Skip to content

Commit 827cec8

Browse files
committed
try
1 parent 0e6c477 commit 827cec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapswipe_workers/tests/integration/test_create_footprint_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_create_footprint_project(self):
3131
query = "SELECT project_id FROM projects WHERE project_id = %s"
3232
result = pg_db.retr_query(query, [element])[0][0]
3333
self.assertEqual(result, element)
34-
34+
# testchange
3535
fb_db = auth.firebaseDB()
3636
ref = fb_db.reference(f"/v2/projects/{element}")
3737
result = ref.get(shallow=True)

0 commit comments

Comments
 (0)