fix log test

pull/876/head
Darien Raymond 2018-02-22 15:28:21 +01:00
parent bc1979400e
commit df34931ab3
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@ func TestLogRecord(t *testing.T) {
Content: net.ParseAddress(ip),
})
assert(logger.value, Equals, "[Error]: "+ip)
assert(logger.value, Equals, "[Error] "+ip)
}