Skip to content

Commit 8ac1fd5

Browse files
committed
Fixed formatting
1 parent b523d66 commit 8ac1fd5

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tests/scripts/test_script_util.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,7 @@ def test_tsv_in_correct_subfolder2(self):
125125
os.path.normpath("prerelease/hedtsv/test_schema/test_schema_Tag.tsv"),
126126
os.path.normpath("prerelease/hedtsv/wrong_folder/wrong_name_Tag.tsv"), # Should be ignored
127127
]
128-
expected = {
129-
os.path.normpath("prerelease/test_schema"): {
130-
".tsv": os.path.normpath("prerelease/hedtsv/test_schema")
131-
}
132-
}
128+
expected = {os.path.normpath("prerelease/test_schema"): {".tsv": os.path.normpath("prerelease/hedtsv/test_schema")}}
133129
with contextlib.redirect_stdout(None):
134130
result = sort_base_schemas(filenames)
135131
self.assertEqual(dict(result), expected)

0 commit comments

Comments
 (0)