Skip to content

Commit 5e19f5a

Browse files
committed
fix: root path name
1 parent b9eaeda commit 5e19f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/code_sharing/test_ng_generate_e2e.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def workflow(app_name, device, platform, shared):
8080
app_routing_module_name = 'app-routing.module.ts'
8181
app_routing_module_path = os.path.join(app_path, 'app', app_routing_module_name)
8282
if shared:
83-
app_routing_module_name = 'app-routing.module.tns.ts'
83+
app_routing_module_name = 'app.routes.ts'
8484
app_routing_module_path = os.path.join(app_path, 'src', 'app', app_routing_module_name)
8585
old_string = "import { HomeComponent } from './home/home.component';"
8686
new_string = "import { ComponentTestComponent } from './module-test/component-test/component-test.component';"

0 commit comments

Comments
 (0)