Skip to content

Commit

Permalink
test/test_model: fix test_etherbone.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Dec 17, 2020
1 parent d901027 commit e270956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def test_etherbone(self):
#sock.sendto(bytes(packet), ("192.168.1.1", 20000))

packet = EtherbonePacket(packet)
packet.encoded = True
packet.decode()
print(packet)

Expand Down

0 comments on commit e270956

Please sign in to comment.