Skip to content

Commit

Permalink
restore test_client_packet
Browse files Browse the repository at this point in the history
  • Loading branch information
Louise Tamondong authored and Louise Tamondong committed Sep 27, 2024
1 parent 3d6067d commit d8ee0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satcom/openlst/test_client_packet.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ def test_client_packet_from_bytes_empty_frame(self):
pkt = p.from_bytes(val)

self.assertIsNone(pkt.err(), msg=f'{pkt.header.length}')
self.assertEqual(len(pkt.data), 0, f'expected empty result, got {pkt.data}')
self.assertEqual(len(pkt.data), 0, f'expected empty result, got {pkt.data}')

0 comments on commit d8ee0ba

Please sign in to comment.