Skip to content

Commit e323865

Browse files
committed
Tickle build by fixing whitespace issue with FAKE_FILE1_HASH
1 parent e876178 commit e323865

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/functional/test_files.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@
2020
FAKE_FILE1_PATH = conftest.TEST_DIR / "fake_dir" / "fsdfgh"
2121
FAKE_FILE2_PATH = conftest.TEST_DIR / "fake_dir" / "popoiopiu"
2222

23-
FAKE_FILE1_HASH = {"Hash": "QmQcCtMgLVwvMQGu6mvsRYLjwqrZJcYtH4mboM9urWW9vX",
24-
"Name": "fsdfgh", "Size": "16"}
23+
FAKE_FILE1_HASH = {
24+
"Hash": "QmQcCtMgLVwvMQGu6mvsRYLjwqrZJcYtH4mboM9urWW9vX",
25+
"Name": "fsdfgh", "Size": "16"
26+
}
27+
2528
FAKE_FILE1_RAW_LEAVES_HASH = {
2629
"Hash": "zb2rhXxZH5PFgCwBAm7xQMoBa6QWqytN8NPvXK7Qc9McDz9zJ",
2730
"Name": "fsdfgh", "Size": "8"

0 commit comments

Comments
 (0)