Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Sep 20, 2023
1 parent b293ed3 commit ea57f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/storage/tests/helpers/utils_file_meta_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ async def assert_file_meta_data_in_db(
else:
assert (
row[file_meta_data.c.sha256_checksum] is None
), "invalid sha256_checksum"
), "expected sha256_checksum was None"
upload_id = row[file_meta_data.c.upload_id]
return upload_id

0 comments on commit ea57f83

Please sign in to comment.