From f189d6aca539ec778147ea0592f106b460dbb9bb Mon Sep 17 00:00:00 2001 From: JanLJL Date: Tue, 30 Apr 2019 18:40:38 +0200 Subject: [PATCH] fixed wrong testname --- tests/all_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/all_tests.py b/tests/all_tests.py index 33f5c42..e6d5186 100755 --- a/tests/all_tests.py +++ b/tests/all_tests.py @@ -6,7 +6,7 @@ import unittest sys.path[0:0] = ['.', '..'] suite = unittest.TestLoader().loadTestsFromNames( [ - 'test_parser_x86_att' + 'test_parser_x86att' ] )