Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
dm-grinko committed May 10, 2024
1 parent 3a13376 commit 59e6eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/app.controller.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('AppController', () => {
appController = app.get<AppController>(AppController);
});

describe('Health endpoint!!', () => {
describe('Health endpoint!!!', () => {
it('should return "OK"', () => {
expect(appController.health()).toBe('OK');
});
Expand Down

0 comments on commit 59e6eec

Please sign in to comment.