lib/logger, lib/model: Correct printf format strings in tests
This is a build (test) failure in Go 1.10.
This commit is contained in:
@@ -147,7 +147,7 @@ func TestRecorder(t *testing.T) {
|
||||
t.Fatalf("unexpected line count: %d", len(lines))
|
||||
}
|
||||
if lines[0].Message != "hah" {
|
||||
t.Errorf("incorrect line: %s", lines[0])
|
||||
t.Errorf("incorrect line: %s", lines[0].Message)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user