fixed wrong testname

This commit is contained in:
JanLJL
2019-04-30 18:40:38 +02:00
parent 38bbf2712b
commit f189d6aca5

View File

@@ -6,7 +6,7 @@ import unittest
sys.path[0:0] = ['.', '..']
suite = unittest.TestLoader().loadTestsFromNames(
[
'test_parser_x86_att'
'test_parser_x86att'
]
)