Skip to content

Commit 841405a

Browse files
committed
.
1 parent a264274 commit 841405a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app.controller.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ describe('AppController', () => {
1515
});
1616

1717
describe('root', () => {
18-
it('should return "Hello World!"', () => {
19-
expect(appController.getHello()).toBe('Hello World!');
18+
it('should return "Movie Management System"', () => {
19+
expect(appController.getHello()).toBe('Movie Management System');
2020
});
2121
});
2222
});

0 commit comments

Comments
 (0)