We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319ee79 commit 2359bfcCopy full SHA for 2359bfc
src/python_testing/TC_IDM_4_2.py
@@ -260,10 +260,6 @@ async def test_TC_IDM_4_2(self):
260
261
min_interval_floor_sec = 0
262
263
- # Subtracting 5 to subscription_max_interval_publisher_limit_sec and setting result to MaxIntervalCeiling,
264
- # as per test step instructions.
265
- # The edge case here is:
266
- # min_interval_floor_sec = 0, max_interval_ceiling_sec = 1
267
max_interval_ceiling_sec = max(1, subscription_max_interval_publisher_limit_sec - 5)
268
asserts.assert_greater(max_interval_ceiling_sec, min_interval_floor_sec,
269
"MaxIntervalCeiling must be greater than MinIntervalFloor")
0 commit comments