ethlog: fix test compilation error
This commit is contained in:
parent
4e95cecfb9
commit
dac128a029
@ -54,7 +54,6 @@ func TestLoggerPrintln(t *testing.T) {
|
|||||||
Flush()
|
Flush()
|
||||||
Reset()
|
Reset()
|
||||||
output := testLogSystem.Output
|
output := testLogSystem.Output
|
||||||
fmt.Println(quote(output))
|
|
||||||
if output != "[TEST] error\n[TEST] warn\n" {
|
if output != "[TEST] error\n[TEST] warn\n" {
|
||||||
t.Error("Expected logger output '[TEST] error\\n[TEST] warn\\n', got ", output)
|
t.Error("Expected logger output '[TEST] error\\n[TEST] warn\\n', got ", output)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user