mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Add missing EOF LF
This commit is contained in:
parent
f205f9db87
commit
1b2601a48a
105 changed files with 107 additions and 107 deletions
|
@ -21,7 +21,7 @@ class TestEmlMfd(unittest.TestCase):
|
|||
]
|
||||
def test_eml2mfd(self):
|
||||
self.three_argument_test(pm3_eml2mfd.main, self.EML2MFD_TESTCASES)
|
||||
|
||||
|
||||
def test_mfd2eml(self):
|
||||
self.three_argument_test(pm3_mfd2eml.main,
|
||||
imap(reversed, self.EML2MFD_TESTCASES), c14n=hex_c14n)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue