Skip to content

Commit

Permalink
Update create_catalog_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL authored Jul 29, 2024
1 parent 8218282 commit b9af904
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions catalogbuilder/tests/create_catalog_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def create_catalog(sample=True):
sys.exit("Exception occured calling gen_intake_gfdl.create_catalog")
create_data_catalog(path)
json, csv = Path(f"{output}.json").resolve(), Path(f"{output}.csv").resolve()

try:
assert not None in [csv,json]

assert not None in [csv,json]

0 comments on commit b9af904

Please sign in to comment.