Skip to content

Commit

Permalink
fix: fix get-modflow subset tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Nov 28, 2022
1 parent 5cdc0c5 commit a38934b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
branches:
- master
- develop
- release*
- ci-diagnose*
pull_request:
branches:
Expand Down
2 changes: 1 addition & 1 deletion autotest/test_get_modflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def test_script_options(function_tmpdir, downloads_dir):
pytest.skip(f"GitHub {rate_limit_msg}")
assert len(stderr) == returncode == 0
files = [item.stem for item in bindir.iterdir() if item.is_file()]
assert sorted(files) == ["mfnwt", "mfnwtdbl", "mp6"]
assert sorted(files) == ["mfnwt", "mp6"]

# similar as before, but also specify a ostag
bindir = function_tmpdir / "bin3"
Expand Down

0 comments on commit a38934b

Please sign in to comment.