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

removed some deubgging output

parent 5f1c6201
Branches
Tags
No related merge requests found
...@@ -41,6 +41,3 @@ def test_update_locations(mocker, mocked_worker_module): ...@@ -41,6 +41,3 @@ def test_update_locations(mocker, mocked_worker_module):
assert len(list(_cached_locations())) == 0 # sanity assert len(list(_cached_locations())) == 0 # sanity
worker.update_equipment_locations() worker.update_equipment_locations()
assert len(list(_cached_locations())) > 0 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.
Please register or to comment