mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
update test case
This commit is contained in:
parent
6455f324cd
commit
304d3cac50
@ -161,7 +161,7 @@ func TestRecordTracked(t *testing.T) {
|
|||||||
|
|
||||||
for _, rec := range resp.Records {
|
for _, rec := range resp.Records {
|
||||||
if recordTracked(domain, &rec) {
|
if recordTracked(domain, &rec) {
|
||||||
t.Info("Record founded: %+v\r\n", rec.Name)
|
t.Logf("Record founded: %+v\r\n", rec.Name)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user