Fix log test
This commit is contained in:
parent
6445a3f2f0
commit
20c81f54a4
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ func TestLoggedStatus(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
logged := f.String()
|
logged := f.String()
|
||||||
if !strings.Contains(logged, "A example.org. udp") {
|
if !strings.Contains(logged, "A IN example.org. udp false 512") {
|
||||||
t.Error("Expected it to be logged. Logged string -", logged)
|
t.Error("Expected it to be logged. Logged string -", logged)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue