Skip to content

Commit

Permalink
Update test_coastline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Aug 1, 2024
1 parent eb65840 commit 11a7415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_coastline.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_generate_continental_cli():
assert result.exit_code == 0

@pytest.mark.dependency(depends=["test_generate_continental_cli"])
def test_validation_cli():
def test_validation_cli(capsys):
runner = CliRunner()
result = runner.invoke(
validation_cli,
Expand Down

0 comments on commit 11a7415

Please sign in to comment.