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.
2 parents 4a22ec3 + cdec131 commit 555d88dCopy full SHA for 555d88d
utility/output_writer_test.go
@@ -10,8 +10,8 @@ func TestWriteCustomOutput(t *testing.T) {
10
ow.WriteCustomOutput("B")
11
}
12
13
-// TestExampleFWriteCustomOutput shows how to use the WriteCustomOutput function
14
-func TestExampleFWriteCustomOutput(t *testing.T) {
+// ExampleFWriteCustomOutput shows how to use the WriteCustomOutput function
+func ExampleFWriteCustomOutput() {
15
ow := NewOutputWriter()
16
// Write 3 lines and assert correct result
17
ow.StartLine()
0 commit comments