Skip to content

Commit 020556c

Browse files
committed
edit message on failure
1 parent 9d48ff6 commit 020556c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_encoders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def validate_frames_properties(*, actual: Path, expected: Path):
5858
continue # TODO this probably matters
5959
assert (
6060
d_actual[prop] == d_expected[prop]
61-
), f"{prop} value is different for frame {frame_index}:"
61+
), f"\nComparing: {actual}\nagainst reference: {expected},\nthe {prop} property is different at frame {frame_index}:"
6262

6363

6464
class TestAudioEncoder:

0 commit comments

Comments
 (0)