Skip to content

Commit

Permalink
remove dangling print
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Oct 22, 2020
1 parent 1c9dbd8 commit ad3b8d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/emmet-builders/test_materials.py
Expand Up @@ -30,5 +30,4 @@ def test_materials_builder(tasks_store, validation_store, materials_store):
)
builder.run()
assert materials_store.count() == 1
print(materials_store.query_one())
assert materials_store.count({"deprecated": False}) == 1

0 comments on commit ad3b8d6

Please sign in to comment.