From 7eb8621ea6d7a1a50005b80460c30722e3680007 Mon Sep 17 00:00:00 2001 From: textshell Date: Fri, 28 Dec 2018 21:19:28 +0100 Subject: [PATCH] Update run_unittests.py Co-Authored-By: mensinda --- run_unittests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_unittests.py b/run_unittests.py index f3f3fa9c8..821ab0969 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -3257,7 +3257,7 @@ recommended as it is not supported on some platforms''') assertKeyTypes(targets_sources_typelist, j) self.assertDictEqual(targets_to_find, {}) - def test_introspect_file_dump_eauals_all(self): + def test_introspect_file_dump_equals_all(self): testdir = os.path.join(self.unit_test_dir, '49 introspection') self.init(testdir) res_all = self.introspect('--all')