From d8a115ef2586174662a6147f7ee11a8b892b418d Mon Sep 17 00:00:00 2001 From: John Jeffery Date: Wed, 26 Apr 2017 11:56:32 +1000 Subject: [PATCH] tests have different outputs after kv changes --- example_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example_test.go b/example_test.go index ab7724b..76d1a7e 100644 --- a/example_test.go +++ b/example_test.go @@ -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) }