Properly flag low/high bandwidth mode in chat test

This commit is contained in:
Paul Kronenwetter 2022-06-19 08:38:22 -04:00
parent ca1b079e4a
commit 1e054c8343

View file

@ -145,7 +145,7 @@ def test_chat_text(
STATIONS[0],
STATIONS[1],
messages[message_no],
True, # low bandwidth mode
freedv_mode == "datac3", # low bandwidth mode
tmp_path,
),
daemon=True,
@ -159,7 +159,7 @@ def test_chat_text(
STATIONS[1],
STATIONS[0],
messages[message_no],
True, # low bandwidth mode
freedv_mode == "datac3", # low bandwidth mode
tmp_path,
),
daemon=True,