Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fepegar committed Sep 23, 2024
1 parent c9024b7 commit 0475b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/transforms/augmentation/test_random_ghosting.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ def test_out_of_range_restore(self):
RandomGhosting(restore=-1)

def test_wrong_restore_type(self):
with pytest.raises(TypeError):
with pytest.raises(ValueError):
RandomGhosting(restore='wrong')

0 comments on commit 0475b39

Please sign in to comment.