Skip to content

Commit

Permalink
fix: addressing test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 21, 2024
1 parent 631b84d commit ef20deb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func TestSuitableType(t *testing.T) {
}{
{"8.8.8.8", "", "A"},
{"2001:db8::1", "", "AAAA"},
{"::ffff:c0a8:101", "", "AAAA"},
{"foo.example.org", "", "CNAME"},
{"bar.eu-central-1.elb.amazonaws.com", "", "CNAME"},
} {
Expand Down

0 comments on commit ef20deb

Please sign in to comment.