Skip to content

Commit

Permalink
removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist committed Sep 29, 2023
1 parent 815cd8e commit a79414e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/utilities/test_collected_collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,5 @@ def test_collected_collections_pre_only(repository, discover_collections, namesp

for v, vd in data['versions'].items():
cols += 1
# ver = next(discover_collections(repository, namespace=vd['namespace']['name'], name=vd['name'], version=v, scheme=scheme))
# assert ver == vd

assert cols <= len(contents)

0 comments on commit a79414e

Please sign in to comment.