fixed wrong test

This commit is contained in:
asoseil 2017-12-03 19:42:46 +01:00
parent 2eccfe2d13
commit 4e9aa4b9fe
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ func TestRealize_Prefix(t *testing.T) {
} }
} }
func TestSettings_Read(t *testing.T) { func TestLogWriter_Write(t *testing.T) {
var buf bytes.Buffer var buf bytes.Buffer
log.SetOutput(&buf) log.SetOutput(&buf)
w := LogWriter{} w := LogWriter{}