Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Dec 14, 2023
1 parent 86948eb commit ba3f546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakebids/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def test_using_class_method_as_type_gives_error(
new_args = {
"--new-param": {
"help": "Generic Help Message",
"type": "snakebids.utils.utils.BidsEnity.from_tag",
"type": "snakebids.utils.utils.BidsEntity.from_tag",
}
}
with pytest.raises(ConfigError, match="could not be resolved"):
Expand Down

0 comments on commit ba3f546

Please sign in to comment.