Skip to content

Commit b2e0469

Browse files
authored
Merge pull request #324 from tcdent/alias-test-fix
Fix crew alias test.
2 parents f15d89c + 80fb25e commit b2e0469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_init_command_aliased_framework_empty_project(self, alias: str, framewor
3838
if framework != self.framework:
3939
self.skipTest(f"{alias} is not related to this framework")
4040

41+
conf.set_path(self.project_dir) # set working dir, init adds `slug_name`
4142
init_project(slug_name='test_project', template='empty', framework=alias)
42-
conf.set_path(self.project_dir / 'test_project')
4343
config = conf.ConfigFile()
4444
assert config.framework == framework

0 commit comments

Comments
 (0)