Skip to content

Commit

Permalink
Change example test function name to comply with go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
jung-kurt committed Jul 30, 2016
1 parent d7e9d2a commit f0c4fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/example/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
)

// Test the Filename() and Summary() functions.
func ExampleExample_Filename() {
func ExampleFilename() {
fileStr := example.Filename("example")
example.Summary(errors.New("printer on fire"), fileStr)
// Output:
Expand Down

0 comments on commit f0c4fb2

Please sign in to comment.