Skip to content

Commit

Permalink
BUG: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Oct 18, 2023
1 parent 168a574 commit cedd92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysatNASA/tests/test_methods_cdaweb.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_load_with_empty_file_list(self):

data, meta = cdw.load(fnames=[])
assert len(data) == 0
assert meta is None
assert meta.empty
return

@pytest.mark.parametrize("bad_key,bad_val,err_msg",
Expand Down

0 comments on commit cedd92c

Please sign in to comment.