From 0c6a6b3bb30852e9ee2c02495ae872c1bac9167f Mon Sep 17 00:00:00 2001 From: Antonio Flores Montoya Date: Fri, 8 Dec 2023 14:35:18 -0500 Subject: [PATCH] fix extra_args param in test --- tests/misc_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/misc_test.py b/tests/misc_test.py index 7080eef6..028b579d 100644 --- a/tests/misc_test.py +++ b/tests/misc_test.py @@ -639,7 +639,7 @@ def test_pe_function_symbol_selection(self): with cd(ex_dir / "ex_ml_sym_mangling"): proc = subprocess.run(make("all"), stdout=subprocess.DEVNULL) self.assertEqual(proc.returncode, 0) - for extra_args in ["", "-F"]: + for extra_args in ([], ["-F"]): with self.subTest(extra_args=extra_args): self.assertTrue( disassemble(