Skip to content

Commit

Permalink
added invalid test for parse_matlab_vector
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Sep 29, 2023
1 parent a44e4aa commit ead321b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_scanimage_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_parse_matlab_vector(matlab_vector, expected_vector):

def test_parse_matlab_vector_invalid():
with pytest.raises(ValueError):
parse_matlab_vector("Invalid vector")
parse_matlab_vector("Invalid")


@pytest.mark.parametrize(
Expand Down

0 comments on commit ead321b

Please sign in to comment.