mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 01:47:53 +08:00
typo (#338)
This commit is contained in:
parent
a7eba97ada
commit
0d52745164
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ func runTests(t *testing.T, prv providers.DNSServiceProvider, domainName string,
|
|||
}
|
||||
if !skipVal && i != *startIdx && len(corrections) == 0 {
|
||||
if tst.Desc != "Empty" {
|
||||
// There are "no corrections" if the last test was programatically
|
||||
// There are "no corrections" if the last test was programmatically
|
||||
// skipped. We detect this (possibly inaccurately) by checking to
|
||||
// see if .Desc is "Empty".
|
||||
t.Fatalf("Expect changes for all tests, but got none")
|
||||
|
|
Loading…
Reference in a new issue