Skip to content

Commit

Permalink
fix(archival_test.go): change test since asn.mmdb changed
Browse files Browse the repository at this point in the history
We're now using a asn.mmdb with RIPE names. Those names are
different from the previous names. So update the test.
  • Loading branch information
bassosimone committed May 29, 2020
1 parent 2572ae2 commit 87e7cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netx/archival/archival_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ func TestNewDNSQueriesList(t *testing.T) {
want: []archival.DNSQueryEntry{{
Answers: []archival.DNSAnswerEntry{{
ASN: 15169,
ASOrgName: "Google LLC",
ASOrgName: "GOOGLE",
AnswerType: "AAAA",
IPv6: "2001:4860:4860::8888",
}},
Expand Down

0 comments on commit 87e7cae

Please sign in to comment.