Skip to content

Commit

Permalink
add test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Jan 22, 2024
1 parent 0ce6220 commit e4c33e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/providers/test_internet.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ def test_http_status_code(self, faker, num_samples):
status_code = provider.http_status_code(include_unassigned=False)
assert isinstance(status_code, int)
assert 100 <= status_code <= 599
assert status_code in InternetProvider.http_assigned_codes

def test_dga(self, faker):
assert faker.dga() != faker.dga()
Expand Down

0 comments on commit e4c33e5

Please sign in to comment.