fixed wrong test
This commit is contained in:
parent
2eccfe2d13
commit
4e9aa4b9fe
|
@ -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
|
||||
log.SetOutput(&buf)
|
||||
w := LogWriter{}
|
||||
|
|
Loading…
Reference in New Issue