Skip to content
Snippets Groups Projects
Commit 379438c7 authored by Erik Reid's avatar Erik Reid
Browse files

removed some deubgging output

parent 5f1c6201
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,3 @@ def test_update_locations(mocker, mocked_worker_module):
assert len(list(_cached_locations())) == 0 # sanity
worker.update_equipment_locations()
assert len(list(_cached_locations())) > 0
for k in _cached_locations():
print(db[k])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment