Skip to content

Commit

Permalink
Added comma
Browse files Browse the repository at this point in the history
johncanthony committed Jul 8, 2024
1 parent beea9cd commit eeb6feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_RegionURLManager.py
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ def test_valid_region():
("gulf_of_mexico", True),
("great_lakes", True),
("northeast",True),
("beryl",True)
("beryl",True),
("invalid_region", False)]

for region in regions:

0 comments on commit eeb6feb

Please sign in to comment.