Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
itdependsnetworks committed Aug 4, 2023
1 parent c374d17 commit 2082c86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/test_asn.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
{"sent": {"asn_int": 65546}, "received": "1.10"},
{"sent": {"asn_int": 65526}, "received": "65526"},
{"sent": {"asn_int": "65526"}, "received": "65526"},
{"sent": {"asn_int": "65535"}, "received": "65535"},
{"sent": {"asn_int": "65536"}, "received": "1.0"},
{"sent": {"asn_int": "425985111"}, "received": "6500.1111"},
{"sent": {"asn_int": 4294967295}, "received": "65535.65535"},
]
Expand Down

0 comments on commit 2082c86

Please sign in to comment.