We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2486d9 commit 6e78598Copy full SHA for 6e78598
mapswipe_workers/tests/integration/test_create_tutorial.py
@@ -10,8 +10,8 @@
10
class TestCreateTileClassificationProject(unittest.TestCase):
11
def setUp(self):
12
self.tutorial_id = set_up.create_test_tutorial_draft(
13
- "street",
14
+ "tile_classification",
15
"test_tile_classification_tutorial",
16
)
17
@@ -70,8 +70,6 @@ def test_create_tile_classification_project(self):
70
result = ref.get(shallow=True)
71
self.assertEqual(self.tutorial_id, result)
72
73
- breakpoint()
74
-
75
76
if __name__ == "__main__":
77
unittest.main()
0 commit comments