From 776828c5a39d991928fb50319796de692faa7e96 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 24 Apr 2024 16:50:32 +0800 Subject: [PATCH] fix: remove the plural from payloads_at_variable_rate --- tests/relay/test_rln.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/relay/test_rln.py b/tests/relay/test_rln.py index a0299b18..76818410 100644 --- a/tests/relay/test_rln.py +++ b/tests/relay/test_rln.py @@ -45,7 +45,7 @@ class TestRelayRLN(StepsRLN): except Exception as e: assert "RLN validation failed" in str(e) - def test_publish_with_valid_payloads_at_variable_rate(self): + def test_publish_with_valid_payload_at_variable_rate(self): self.setup_main_rln_relay_nodes() self.subscribe_main_relay_nodes() payload_desc = SAMPLE_INPUTS[0]["description"]