mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Properly flag low/high bandwidth mode in chat test
This commit is contained in:
parent
ca1b079e4a
commit
1e054c8343
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue