Review changes

This commit is contained in:
cemturker
2020-11-19 09:31:30 +01:00
parent 1fb2635226
commit 8789a4ad55
3 changed files with 6 additions and 6 deletions

View File

@ -84,7 +84,7 @@ func TestIntegrationQuery(t *testing.T) {
t.Errorf("there should be errors")
}
if result.DNSRCode != test.expectedDNSCode {
t.Errorf("DNSRCodePlaceHolder '%s' should have been %s", result.DNSRCode, test.expectedDNSCode)
t.Errorf("DNSRCodePlaceholder '%s' should have been %s", result.DNSRCode, test.expectedDNSCode)
}
if string(result.Body) != test.expectedBody {