Skip to content

Commit

Permalink
Fix in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kjetilbjorke committed Oct 17, 2024
1 parent 57de70b commit 53b3b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def test_convert_to_arrow():
@pytest.mark.parametrize("real,nrdfiles", [(REEK_REAL0, 2), (REEK_REAL1, 5)])
def test_find_datafiles_reek(real, nrdfiles):
os.chdir(real)
datafiles = find_datafiles(None, None)
datafiles = find_datafiles(None)
expected_tools = ["eclipse", "opm", "ix", "pflotran"]
assert (
len(datafiles) == nrdfiles
Expand Down

0 comments on commit 53b3b37

Please sign in to comment.