Skip to content

Commit e2efb18

Browse files
committed
refactor: change name of test_tutorial to test_tutorial_street
1 parent 5237ce0 commit e2efb18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mapswipe_workers/tests/unittests/test_tutorial.py renamed to mapswipe_workers/tests/unittests/test_tutorial_street.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77

88
class TestTutorial(unittest.TestCase):
9-
def test_init_tile_classification_project(self):
9+
def test_init_street_tutorial(self):
1010
tutorial_draft = get_fixture(
1111
os.path.join(FIXTURE_DIR, "tutorialDrafts", "street.json")
1212
)
1313
self.assertIsNotNone(StreetTutorial(tutorial_draft=tutorial_draft))
1414

15-
def test_create_tile_classification_tasks(self):
15+
def test_create_street_tasks(self):
1616
tutorial_draft = get_fixture(
1717
os.path.join(FIXTURE_DIR, "tutorialDrafts", "street.json")
1818
)

0 commit comments

Comments
 (0)