Skip to content

Commit c87de26

Browse files
Fix restyle
1 parent 151ce9c commit c87de26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/python_testing/TC_IDM_4_2.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ async def test_TC_IDM_4_2(self):
204204
subscription_max_interval_publisher_limit_sec = 60 * 60
205205
min_interval_floor_sec = 3
206206

207-
asserts.assert_greater_equal(subscription_max_interval_publisher_limit_sec, 1, "SUBSCRIPTION_MAX_INTERVAL_PUBLISHER_LIMIT_SEC must be at least 1")
207+
asserts.assert_greater_equal(subscription_max_interval_publisher_limit_sec, 1,
208+
"SUBSCRIPTION_MAX_INTERVAL_PUBLISHER_LIMIT_SEC must be at least 1")
208209

209210
logging.info(
210211
f"Set SUBSCRIPTION_MAX_INTERVAL_PUBLISHER_LIMIT_SEC to {subscription_max_interval_publisher_limit_sec} seconds")

0 commit comments

Comments
 (0)