Skip to content

Commit 2359bfc

Browse files
Removes comment
1 parent 319ee79 commit 2359bfc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/python_testing/TC_IDM_4_2.py

-4
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,6 @@ async def test_TC_IDM_4_2(self):
260260

261261
min_interval_floor_sec = 0
262262

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
267263
max_interval_ceiling_sec = max(1, subscription_max_interval_publisher_limit_sec - 5)
268264
asserts.assert_greater(max_interval_ceiling_sec, min_interval_floor_sec,
269265
"MaxIntervalCeiling must be greater than MinIntervalFloor")

0 commit comments

Comments
 (0)