Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jul 25, 2023
1 parent df72b36 commit 70744b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_config_ref(config_schema_ref):
# Make sure regular validator works
config["param"]["bar"] = 1
config["param"]["jsonbar"] = 2
from snakemake import WorkflowError
from snakemake.exceptions import WorkflowError

with pytest.raises(WorkflowError):
validate(config, str(config_schema_ref), False)
Expand Down

0 comments on commit 70744b5

Please sign in to comment.