Test invalid message in Rx

This commit is contained in:
Ed
2024-04-26 12:10:20 +01:00
parent 92fd8aa11b
commit 9ddfff1d60
2 changed files with 16 additions and 6 deletions

View File

@@ -56,8 +56,7 @@ def test_midi_loopback(capfd, build_midi):
# Print to console
with capfd.disabled():
print("CAPTURE ++++", capture, "++++")
print("EXPECTED ----", expected, "----")
print("CAPTURE:", capture)
print("EXPECTED:", expected)
assert result