Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
John Waller committed Oct 29, 2024
1 parent ce5d1c3 commit d056943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-registry-networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_networks():
assert 14 == len(res["data"])
assert ["data", "meta"] == sorted(res.keys())

5@vcr.use_cassette("test/vcr_cassettes/test_networks_limit.yaml")
@vcr.use_cassette("test/vcr_cassettes/test_networks_limit.yaml")
def test_networks_limit():
"registry.networks - limit param "
res = registry.networks(limit=5)
Expand Down

0 comments on commit d056943

Please sign in to comment.