mirror of
https://github.com/espressif/openthread.git
synced 2026-09-04 16:20:05 +00:00
Fix spurious failures in 5.1.x tests. (#1324)
This commit is contained in:
committed by
Jonathan Hui
parent
c3cc9577fa
commit
b6699cf9b3
@@ -250,7 +250,7 @@ class Message(object):
|
||||
assert self.ipv6_packet.ipv6_header.hop_limit == hop_limit
|
||||
|
||||
def __repr__(self):
|
||||
return "Message(type={})".format(self.type)
|
||||
return "Message(type={})".format(MessageType(self.type).name)
|
||||
|
||||
|
||||
class MessagesSet(object):
|
||||
|
||||
Reference in New Issue
Block a user