We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c6139 commit 7a35e76Copy full SHA for 7a35e76
1 file changed
data/manufacturer_test.py
@@ -48,7 +48,8 @@ def test_ManufacturerData(self):
48
self.assertEqual(str, type(name))
49
50
self.assertNotIn(esta_id, seen_ids,
51
- "ESTA ID 0x%04x is present twice" % esta_id)
+ ("ESTA ID 0x%04x is present twice in manufacturers" %
52
+ esta_id))
53
seen_ids.add(esta_id)
54
55
# check that ESTA exists
@@ -79,7 +80,7 @@ def test_ManufacturerLinks(self):
79
80
81
# Check we've not seen a URL for this ID before
82
83
+ "ESTA ID 0x%04x is present twice in links" % esta_id)
84
85
86
# Check the link is valid
0 commit comments