Skip to content

Commit 8cedc9d

Browse files
committed
Fix another typo
1 parent 1839836 commit 8cedc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/numbers.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ describe('/numbers', () => {
215215

216216
xit('gives the remainder of dividing 0 by a number', done => {
217217
request(app)
218-
.post('/numbers/remainer')
218+
.post('/numbers/remainder')
219219
.send({ a: 0, b: 10 })
220220
.then(res => {
221221
expect(res.status).toEqual(200);

0 commit comments

Comments
 (0)