Fix unit tests

This commit is contained in:
Ian Howell
2019-06-06 15:27:57 -05:00
parent 549e5cb955
commit 56a4824524
13 changed files with 164 additions and 124 deletions

View File

@@ -105,7 +105,6 @@ func TestLoggingDebug(t *testing.T) {
}
for _, test := range tests {
t.Logf("%+v", test)
output := new(bytes.Buffer)
log.Init(test.Debug, output)