Skip to content

Commit fb85f21

Browse files
committed
minor performance tweak
1 parent 280e21e commit fb85f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/type_safe/type_safe_core/steps/test_perf__Type_Safe__Step__Set_Attr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def set_dict_attr(): # Tes
5959
type_safe_step_set_attr.setattr(obj, obj, "dict_val", {"key": "value"})
6060

6161
with Performance_Measure__Session() as session:
62-
session.measure(set_list_attr).assert_time__less_than(self.time_9_kns )
62+
session.measure(set_list_attr).assert_time__less_than(self.time_10_kns)
6363
session.measure(set_dict_attr).assert_time__less_than(self.time_10_kns)
6464

6565
def test_union_setattr(self): # Test union type attribute setting

0 commit comments

Comments
 (0)