aboutsummaryrefslogtreecommitdiff
path: root/logger/logger_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'logger/logger_test.go')
-rw-r--r--logger/logger_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/logger/logger_test.go b/logger/logger_test.go
index b02fd29..2352856 100644
--- a/logger/logger_test.go
+++ b/logger/logger_test.go
@@ -119,7 +119,7 @@ func TestFlags(t *testing.T) {
if !strings.Contains(s, "info 0") {
t.Errorf("log output %q should contain: info 0", s)
}
- path := "logger/logger_test.go"
+ path := "logger/logger_test.go:117"
if !strings.Contains(s, path) {
t.Errorf("log output %q should contain: %s", s, path)
}