Skip to content

Commit b7705a7

Browse files
author
Berry Langerak
committed
Capitals are important.
1 parent 575f4a9 commit b7705a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.e2e.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('API Tests', () => {
77
it('should return Hello World from GET /', async () => {
88
const res = await request(baseURL).get('/');
99
expect(res.statusCode).toBe(200);
10-
expect(res.text).toBe('Hello world!');
10+
expect(res.text).toBe('Hello World!');
1111
});
1212

1313
it('should respond within reasonable time', async () => {

0 commit comments

Comments
 (0)