We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef600b commit 41d640cCopy full SHA for 41d640c
cmd/modern/main_test.go
@@ -27,6 +27,7 @@ func TestInitializeCallback(t *testing.T) {
27
28
func TestDisplayHints(t *testing.T) {
29
buf := test.NewMemoryBuffer()
30
+ defer buf.Close()
31
outputter = output.New(output.Options{StandardWriter: buf})
32
displayHints([]string{"This is a hint"})
33
assert.Equal(t, pal.LineBreak()+
0 commit comments