Skip to content

Commit 4b776d7

Browse files
committed
rename no_json test to avoid duplicate function definitions
1 parent 0a2fda3 commit 4b776d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/python_magic_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ def test_descriptions_no_json(self):
202202
buf_equals_file=True,
203203
)
204204

205-
def test_descriptions_no_json(self):
205+
def test_descriptions_no_json_unchanged(self):
206+
# verify non-json results are unchanged
206207
m = magic.Magic(check_json=False)
207208
os.environ["TZ"] = "UTC" # To get last modified date of test.gz in UTC
208209
try:

0 commit comments

Comments
 (0)