mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 05:37:46 +00:00
[tests] fix mac header ie parsing problem (#3976)
This commit is contained in:
@@ -198,7 +198,7 @@ class TestMacParser(unittest.TestCase):
|
||||
self.assertEqual(0xface, frame.header.src_pan_id)
|
||||
self.assertEqual(0xf00d, frame.header.src_address.rloc)
|
||||
|
||||
self.assertEqual(bytearray([]), frame.payload.data)
|
||||
self.assertEqual(bytearray([0x4]), frame.payload.data)
|
||||
|
||||
def test_should_decrypt_data_frame(self):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user