Skip to content

Commit

Permalink
Update routes.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagpreet153 authored Oct 10, 2024
1 parent 3b16e7d commit 158316d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/tests/routes.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('New Endpoint', () => {
.get('/ice-flakes')
expect(res.body).toEqual({
resource: 'ice-flakes',
count: 205,
count: 102,
shape: 'circle'
})
expect(res.statusCode).toEqual(201)
Expand Down

0 comments on commit 158316d

Please sign in to comment.