Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
Change assertion syntax
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Helba <[email protected]>
  • Loading branch information
zachmullen and brianhelba authored Feb 4, 2021
1 parent 42a763e commit 4e64e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkc/core/tests/test_file_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def test_file_rest_set_blob(admin_api_client, pending_file, s3ff_field_value):
assert resp.status_code == 200
assert resp.data['size'] == pending_file.size
pending_file.refresh_from_db()
assert bool(pending_file.blob) is True
assert pending_file.blob

0 comments on commit 4e64e80

Please sign in to comment.