diff --git a/nmostesting/suites/IS1101Test.py b/nmostesting/suites/IS1101Test.py index a6fcdaa6..b1acb525 100644 --- a/nmostesting/suites/IS1101Test.py +++ b/nmostesting/suites/IS1101Test.py @@ -2189,7 +2189,8 @@ def test_02_03_04(self, test): def test_02_03_05_01(self, test): """ - Verify for inputs supporting EDID that the version and the effective EDID change when applying constraints (video) + Verify for inputs supporting EDID that the version and + the effective EDID change when applying constraints (video) """ if len(self.flow_format_video) == 0: return test.UNCLEAR("There is no video format") @@ -2539,7 +2540,8 @@ def test_02_03_05_01(self, test): def test_02_03_05_02(self, test): """ - Verify for inputs supporting EDID that the version and the effective EDID change when applying constraints (audio) + Verify for inputs supporting EDID that the version and + the effective EDID change when applying constraints (audio) """ if len(self.flow_format_audio) == 0: return test.UNCLEAR("There is no audio format")