Skip to content

Commit

Permalink
please
Browse files Browse the repository at this point in the history
  • Loading branch information
alisryan committed Sep 5, 2024
1 parent e5532c5 commit ca492d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/__tests__/ping.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ describe('GET /ping', () => {
expect(res.status).toBe(200);
expect(res.body).toEqual({ hello: 'world' });
});
});
});

0 comments on commit ca492d2

Please sign in to comment.