diff --git a/tests/QA/test_radio.py b/tests/QA/test_radio.py index 90cfb18..50a2acc 100644 --- a/tests/QA/test_radio.py +++ b/tests/QA/test_radio.py @@ -28,7 +28,7 @@ @pytest.mark.sanity class TestRadio: - def test_latency_small_packets(self, dev: conftest.BCDevice): + def test_latency(self, dev: conftest.BCDevice): requirement = conftest.get_requirement('radio.latency') assert(latency(dev.link_uri, dev.cf) < requirement['limit_high_ms'])