Skip to content

Commit

Permalink
fix : 테스트 코드 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sk000801 committed Feb 19, 2024
1 parent b3a81bd commit 29df902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/nest/src/app.controller.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('AppController', () => {

describe('root', () => {
it('should return "Hello World!"', () => {
expect(appController.getHello()).toBe('Catchy Tape!');
expect(appController.getHello()).toBe('Hello Catchy Tape');
});
});
});

0 comments on commit 29df902

Please sign in to comment.