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

Commit

Permalink
Update test_whoas.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanson8 committed Sep 30, 2020
1 parent 03dcaa5 commit b896c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_whoas.py
Expand Up @@ -84,7 +84,7 @@ def test_create_whoas_required_dim_xml(whoas_oai_server):
assert dataset.subjects == subjects

dataset = create_from_whoas_dim_xml(whoas_oai_server[1])
for k, v in dataset.__dict__.items():
for _k, v in dataset.__dict__.items():
assert v != []
assert dataset.title == title
assert dataset.authors == authors
Expand Down

0 comments on commit b896c8a

Please sign in to comment.