Skip to content

Commit

Permalink
Fix unit test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Junchao-Mellanox committed Sep 27, 2023
1 parent 161f896 commit 712d8db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/sonic_xcvr/test_sff8472.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,6 @@ def test_get_overall_offset(self):
with pytest.raises(ValueError):
self.api.get_overall_offset(0, -1, 1, wire_addr='a2h')

with pytest.raises(ValueError):
self.api.get_overall_offset(0, 128, 1, wire_addr='A2h')

with pytest.raises(ValueError):
self.api.get_overall_offset(0, 0, 0, wire_addr='A2h')

Expand Down

0 comments on commit 712d8db

Please sign in to comment.