Fix presubmit (#1850)

Uppercase these test cases as well.
This commit is contained in:
Miek Gieben 2018-06-02 20:28:56 +01:00 committed by GitHub
parent 22c0b30d5f
commit 70a53e25c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View file

@ -52,7 +52,7 @@ func TestLookupBalanceRewriteCacheDnssec(t *testing.T) {
}
}
if sig == 0 {
t.Errorf("expected RRSIGs, got none")
t.Errorf("Expected RRSIGs, got none")
t.Logf("%v\n", res)
}
}