Skip to content

Commit

Permalink
python_magic_test.py: for file_name, cases in CASES.items():
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Feb 14, 2025
1 parent 3c40748 commit 454a73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python_magic_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def test_all_cases(self):
shutil.copyfile(os.path.join(MagicTest.TESTDATA_DIR, "lambda"), dest)
os.environ["TZ"] = "UTC"
try:
for file_name, cases in CASES:
for file_name, cases in CASES.items():
filename = os.path.join(self.TESTDATA_DIR, file_name)
for flags, outputs in cases:
m = magic.Magic(**flags)
Expand Down

0 comments on commit 454a73d

Please sign in to comment.