Skip to content

Commit

Permalink
update test since default for use_statics is now True
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed May 27, 2021
1 parent a590c4e commit cfc7176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/emmet-core/vasp/test_materials.py
Expand Up @@ -29,7 +29,7 @@ def test_make_mat(test_tasks):
]

with pytest.raises(Exception):
MaterialsDoc.from_tasks(bad_task_group)
MaterialsDoc.from_tasks(bad_task_group, use_statics=False)


def test_schema():
Expand Down

0 comments on commit cfc7176

Please sign in to comment.