Skip to content

Commit

Permalink
Tickle build by fixing whitespace issue with FAKE_FILE1_HASH
Browse files Browse the repository at this point in the history
  • Loading branch information
c0llab0rat0r committed Jun 14, 2021
1 parent e876178 commit e323865
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/functional/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@
FAKE_FILE1_PATH = conftest.TEST_DIR / "fake_dir" / "fsdfgh"
FAKE_FILE2_PATH = conftest.TEST_DIR / "fake_dir" / "popoiopiu"

FAKE_FILE1_HASH = {"Hash": "QmQcCtMgLVwvMQGu6mvsRYLjwqrZJcYtH4mboM9urWW9vX",
"Name": "fsdfgh", "Size": "16"}
FAKE_FILE1_HASH = {
"Hash": "QmQcCtMgLVwvMQGu6mvsRYLjwqrZJcYtH4mboM9urWW9vX",
"Name": "fsdfgh", "Size": "16"
}

FAKE_FILE1_RAW_LEAVES_HASH = {
"Hash": "zb2rhXxZH5PFgCwBAm7xQMoBa6QWqytN8NPvXK7Qc9McDz9zJ",
"Name": "fsdfgh", "Size": "8"
Expand Down

0 comments on commit e323865

Please sign in to comment.