Skip to content

Commit 555d88d

Browse files
authored
Rename example function following Go naming conventions
2 parents 4a22ec3 + cdec131 commit 555d88d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utility/output_writer_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ func TestWriteCustomOutput(t *testing.T) {
1010
ow.WriteCustomOutput("B")
1111
}
1212

13-
// TestExampleFWriteCustomOutput shows how to use the WriteCustomOutput function
14-
func TestExampleFWriteCustomOutput(t *testing.T) {
13+
// ExampleFWriteCustomOutput shows how to use the WriteCustomOutput function
14+
func ExampleFWriteCustomOutput() {
1515
ow := NewOutputWriter()
1616
// Write 3 lines and assert correct result
1717
ow.StartLine()

0 commit comments

Comments
 (0)