Skip to content

Commit

Permalink
Removes comment
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-marquez-csa committed Jul 2, 2024
1 parent 319ee79 commit 2359bfc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/python_testing/TC_IDM_4_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,6 @@ async def test_TC_IDM_4_2(self):

min_interval_floor_sec = 0

# Subtracting 5 to subscription_max_interval_publisher_limit_sec and setting result to MaxIntervalCeiling,
# as per test step instructions.
# The edge case here is:
# min_interval_floor_sec = 0, max_interval_ceiling_sec = 1
max_interval_ceiling_sec = max(1, subscription_max_interval_publisher_limit_sec - 5)
asserts.assert_greater(max_interval_ceiling_sec, min_interval_floor_sec,
"MaxIntervalCeiling must be greater than MinIntervalFloor")
Expand Down

0 comments on commit 2359bfc

Please sign in to comment.