Commit 20c81f54 authored by Miek Gieben's avatar Miek Gieben

Fix log test

parent 6445a3f2
...@@ -45,7 +45,7 @@ func TestLoggedStatus(t *testing.T) { ...@@ -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)
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment