Skip to content

Commit

Permalink
Update routes.test.js
Browse files Browse the repository at this point in the history
count changed to 1005
  • Loading branch information
ttendaim authored Jan 6, 2024
1 parent 0bf47bd commit 5bebbd1
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: 200,
count: 1005,
shape: 'circle'
})
expect(res.statusCode).toEqual(201)
Expand Down

0 comments on commit 5bebbd1

Please sign in to comment.