Skip to content

Commit

Permalink
Fix utils test error string
Browse files Browse the repository at this point in the history
  • Loading branch information
alankbi committed Feb 2, 2022
1 parent e31415d commit 9b0fd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detecto/tests/test_utils.py
Expand Up @@ -74,7 +74,7 @@ def test_read_image_fails_with_cv_error():
with pytest.raises(ValueError) as e:
read_image(image_path)

assert 'Could not convert image color:' in str(e.value)
assert 'Could not read image static/demo.gif' in str(e.value)


def test_split_video():
Expand Down

0 comments on commit 9b0fd49

Please sign in to comment.