Skip to content

Commit 9128d02

Browse files
author
avishayhajbi
committed
init
1 parent a1090c2 commit 9128d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/sub-app/files/ts/src/app.controller.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe('AppController', () => {
88
beforeEach(async () => {
99
const app: TestingModule = await Test.createTestingModule({
1010
controllers: [<%= classify(name) || 'App' %>Controller],
11-
providers: [AppService],
11+
providers: [<%= classify(name) || 'App' %>Service],
1212
}).compile();
1313

1414
<%= (classify(name) || 'App').toLowerCase() %>Controller = app.get<<%= classify(name) || 'App' %>Controller>(<%= classify(name) || 'App' %>Controller);

0 commit comments

Comments
 (0)