Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
CFenner committed Oct 1, 2024
1 parent 483855e commit a703810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_zigbee_fht.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def setUp(self):

def test_getSerial(self):
self.assertEqual(
self.device.getSerial(), "zigbee-1a1a1a1a1a1a1a1a")
self.device.getSerial(), "zigbee-5cc7c1fffea25f73")

def test_getActiveMode(self):
self.assertEqual(
Expand Down

0 comments on commit a703810

Please sign in to comment.