Skip to content

Commit 66e9f20

Browse files
committed
Add a message to test.
1 parent b8c20bc commit 66e9f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pyard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,4 @@ def test_mac_is_reversible(self):
210210
mac_code = "A*68:AJEBX"
211211
expanded_mac = self.ard.expand_mac(mac_code)
212212
lookup_mac = self.ard.lookup_mac(expanded_mac)
213-
self.assertEqual(mac_code, lookup_mac)
213+
self.assertEqual(mac_code, lookup_mac, msg="MACs should be reversible")

0 commit comments

Comments
 (0)