This commit is contained in:
Craig Peterson 2017-08-01 09:18:47 -04:00 committed by GitHub
parent 40e21e7763
commit d19e1fb338

View file

@ -44,7 +44,7 @@ func TestRR(t *testing.T) {
TTL: 300, TTL: 300,
NameFQDN: "example.com", NameFQDN: "example.com",
CaaTag: "iodef", CaaTag: "iodef",
CaaFlag: 1, CaaFlag: 1,
} }
expected = "example.com.\t300\tIN\tCAA\t1 iodef \"mailto:test@example.com\"" expected = "example.com.\t300\tIN\tCAA\t1 iodef \"mailto:test@example.com\""
found = experiment.ToRR().String() found = experiment.ToRR().String()