Skip to content

Commit 9bf2e9c

Browse files
committed
Fix test
1 parent 53d099b commit 9bf2e9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/python_magic_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def test_descriptions_no_json(self):
191191
self.assert_values(
192192
m,
193193
{
194-
"test.json": "data",
194+
"test.json": "JSON text data",
195195
},
196196
buf_equals_file=True,
197197
)

0 commit comments

Comments
 (0)