Skip to content

Commit

Permalink
Update test_create_catalog.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL authored Jul 30, 2024
1 parent c78e7fb commit 3f32518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalogbuilder/tests/test_create_catalog.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
def test_create_catalog():
import catalogbuilder
from catalogbuilder.scripts import gen_intake_gfdl_runner_config
import make_sample_data
from catalogbuilder.tests import make_sample_data
make_sample_data.make_sample_data()
json, csv = gen_intake_gfdl_runner_config.create_catalog_from_config()
#to output success/failure in pytest run with conda pkg local install in extra-tests CI workflow#
Expand Down

0 comments on commit 3f32518

Please sign in to comment.