Skip to content

Commit 2b3065c

Browse files
committed
Fix ops test
1 parent 7b9b014 commit 2b3065c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ def test_bad_input(self, tmp_path):
11341134
encode_audio_to_file(
11351135
wf=torch.rand(2, 10), sample_rate=10, filename="./bad/path.mp3"
11361136
)
1137-
with pytest.raises(RuntimeError, match="Check the desired extension"):
1137+
with pytest.raises(RuntimeError, match="check the desired extension"):
11381138
encode_audio_to_file(
11391139
wf=torch.rand(2, 10), sample_rate=10, filename="./file.bad_extension"
11401140
)

0 commit comments

Comments
 (0)