Skip to content

Commit 6e78598

Browse files
committed
fix: remove articat from debugging
1 parent e2486d9 commit 6e78598

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

mapswipe_workers/tests/integration/test_create_tutorial.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
class TestCreateTileClassificationProject(unittest.TestCase):
1111
def setUp(self):
1212
self.tutorial_id = set_up.create_test_tutorial_draft(
13-
"street",
14-
"street",
13+
"tile_classification",
14+
"tile_classification",
1515
"test_tile_classification_tutorial",
1616
)
1717

@@ -70,8 +70,6 @@ def test_create_tile_classification_project(self):
7070
result = ref.get(shallow=True)
7171
self.assertEqual(self.tutorial_id, result)
7272

73-
breakpoint()
74-
7573

7674
if __name__ == "__main__":
7775
unittest.main()

0 commit comments

Comments
 (0)