Skip to content

Commit d645327

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e9087b3 commit d645327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def test_url_input(server_url, client, filename, expected, not_expected, convers
393393
assert not file.getnext().text_content().startswith("0")
394394
assert "unflattened.json" if excel else "flattened.xlsx" in path
395395
assert file.text_content().startswith(
396-
f"{'JSON' if excel else 'Excel Spreadsheet (.xlsx)'} " "(Converted from Original using schema version "
396+
f"{'JSON' if excel else 'Excel Spreadsheet (.xlsx)'} (Converted from Original using schema version "
397397
)
398398

399399

0 commit comments

Comments
 (0)