Skip to content

Commit

Permalink
chore: lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Apr 8, 2024
1 parent bb0e301 commit 4691488
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before(() => {
},
body: 'false',
}).then((response) =>
expect(response.status).to.be.oneOf([RESP_CODE_201, RESP_CODE_200])
expect(response.status).to.be.oneOf([RESP_CODE_201, RESP_CODE_200])
)
})

Expand Down

0 comments on commit 4691488

Please sign in to comment.