File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -116,11 +116,10 @@ async def test_TC_BINFO_3_1(self):
116116 "PIXIT.BINFO.PrimaryColor must be included on the command line in "
117117 "the --int-arg flag as PIXIT.BINFO.PrimaryColor:<primary_color_value>" )
118118 pixit_primary_color = self .matter_test_config .global_test_params ["PIXIT.BINFO.PrimaryColor" ]
119- if productAppearance .primaryColor is not None :
120- asserts .assert_equal (productAppearance .primaryColor , pixit_primary_color ,
121- (f"ProductAppearance.PrimaryColor ({ productAppearance .primaryColor } )\n "
122- f"does not match PIXIT.BINFO.PrimaryColor ({ pixit_primary_color } )\n "
123- "Please verify the PIXIT.BINFO.PrimaryColor setting and try again." ))
119+ asserts .assert_equal (productAppearance .primaryColor , pixit_primary_color ,
120+ (f"ProductAppearance.PrimaryColor ({ productAppearance .primaryColor } )\n "
121+ f"does not match PIXIT.BINFO.PrimaryColor ({ pixit_primary_color } )\n "
122+ "Please verify the PIXIT.BINFO.PrimaryColor setting and try again." ))
124123
125124
126125if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments