Skip to content

Commit

Permalink
Resolve pre-commit check issue
Browse files Browse the repository at this point in the history
  • Loading branch information
smagarwal-arista committed Oct 8, 2024
1 parent caacd06 commit 6928d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/platform_tests/api/test_psu.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def test_power(self, duthosts, enum_rand_one_per_hwsku_hostname, localhost, plat
"Failed to retrieve maximum supplied power of PSU {}".format(psu_id)):
self.expect(isinstance(max_supp_power, float),
"PSU {} maximum supplied power appears incorrect".format(psu_id))

failure_occured = self.get_len_failed_expectations() > failure_count

if current is not None and voltage is not None and power is not None:
Expand Down

0 comments on commit 6928d80

Please sign in to comment.