Skip to content

Commit

Permalink
tests have different outputs after kv changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeffery committed Apr 26, 2017
1 parent 53842d4 commit d8a115e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ func ExampleNotImplemented() {
}

// Output:
// message for not implemented caller=example_test.go:44 (501)
// not implemented caller=example_test.go:50 (501)
// message for not implemented caller="example_test.go:44" (501)
// not implemented caller="example_test.go:50" (501)
}

0 comments on commit d8a115e

Please sign in to comment.