Skip to content

Commit

Permalink
fix(unittest): fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
giangbui committed Aug 20, 2020
1 parent dd96a48 commit 1b1c7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_drs.py
Expand Up @@ -43,7 +43,7 @@ def test_drs_get(client, user):
assert rec_2["checksums"][0]["type"] == k
assert rec_2["version"]
assert rec_2["self_uri"] == "drs://fictitious-commons.io/" + rec_1["did"]
assert rec_2["drs_version"] == 1
assert rec_2["drs_version"] == "1"
assert rec_2["drs_description"] == "test drs description"


Expand Down

0 comments on commit 1b1c7f9

Please sign in to comment.