Skip to content

Commit

Permalink
Update src/python_testing/TC_DISHM_2_1.py
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
  • Loading branch information
abpoth and bzbarsky-apple authored Aug 15, 2023
1 parent 710a6a6 commit edd5370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_DISHM_2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async def test_TC_DISHM_2_1(self):

asserts.assert_greater_equal(len(supported_modes), 2, "SupportedModes must have at least two entries!")

suppoted_modes_dut = [m.mode for m in supported_modes]
supported_modes_dut = [m.mode for m in supported_modes]

self.print_step(3, "Read CurrentMode attribute")

Expand Down

0 comments on commit edd5370

Please sign in to comment.