File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ async def test_TC_DEM_2_1(self):
128
128
asserts .assert_is_instance (abs_min_power , int )
129
129
130
130
if not self .is_ci :
131
- user_response = self .wait_for_user_input (prompt_msg = f"AbsMinPower is { abs_min_power / 1000000 .0} W - is this correct? Enter 'y' or 'n'" ,
131
+ user_response = self .wait_for_user_input (prompt_msg = f"AbsMinPower is { abs_min_power / 1000 .0} W - is this correct? Enter 'y' or 'n'" ,
132
132
prompt_msg_placeholder = "y" ,
133
133
default_value = "y" )
134
134
asserts .assert_equal (user_response .lower (), "y" )
@@ -143,7 +143,7 @@ async def test_TC_DEM_2_1(self):
143
143
asserts .assert_greater_equal (abs_max_power , abs_min_power )
144
144
145
145
if not self .is_ci :
146
- user_response = self .wait_for_user_input (prompt_msg = f"AbsMaxPower is { abs_max_power / 1000000 .0} W - is this correct? Enter 'y' or 'n'" ,
146
+ user_response = self .wait_for_user_input (prompt_msg = f"AbsMaxPower is { abs_max_power / 1000 .0} W - is this correct? Enter 'y' or 'n'" ,
147
147
prompt_msg_placeholder = "y" ,
148
148
default_value = "y" )
149
149
asserts .assert_equal (user_response .lower (), "y" )
You can’t perform that action at this time.
0 commit comments