package pe_test import ( "io" "testing" "git.urbach.dev/cli/q/src/pe" ) func TestWrite(t *testing.T) { pe.Write(io.Discard, nil, nil, nil) }