Fix spurious failures in 5.1.x tests. (#1324)

This commit is contained in:
Przemysław Fierek
2017-02-15 09:10:21 -08:00
committed by Jonathan Hui
parent c3cc9577fa
commit b6699cf9b3
14 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -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):