mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
CHORE: More cleanups (#2632)
This commit is contained in:
@ -324,7 +324,7 @@ func TestCheckDuplicates(t *testing.T) {
|
||||
}
|
||||
errs := checkDuplicates(records)
|
||||
if len(errs) != 0 {
|
||||
t.Errorf("Expect duplicate NOT found but found %q", errs)
|
||||
t.Errorf("Expected duplicate NOT found but found %q", errs)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user