Skip to content

Commit

Permalink
update test case with correct result
Browse files Browse the repository at this point in the history
Signed-off-by: Erick Wendel <erick.workspace@gmail.com>
  • Loading branch information
ErickWendel committed Dec 7, 2024
1 parent 9dd6718 commit b3031b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/api.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('API Workflow', () => {
const { _id, ...output } = result.at(0)
ok(_id)

deepStrictEqual(statusCode, 201)
deepStrictEqual(statusCode, 200)
deepStrictEqual(output, customers.find(customer => customer.name === name))
})

Expand Down

0 comments on commit b3031b0

Please sign in to comment.