mirror of
https://github.com/go-gitea/gitea
synced 2025-07-07 11:07:20 +00:00
Improve log format (#33814)
This commit is contained in:
@ -37,6 +37,6 @@ func TestSharedWorker(t *testing.T) {
|
||||
|
||||
m.Close()
|
||||
|
||||
logs := w.(*dummyWriter).GetLogs()
|
||||
logs := w.(*dummyWriter).FetchLogs()
|
||||
assert.Equal(t, []string{"msg-1\n", "msg-2\n", "msg-3\n"}, logs)
|
||||
}
|
||||
|
Reference in New Issue
Block a user