Skip to content

Commit

Permalink
fix joid msg --migration 🩹 ..
Browse files Browse the repository at this point in the history
  • Loading branch information
3imed-jaberi committed Nov 4, 2020
1 parent 810952b commit fad66d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1275,11 +1275,10 @@ describe('koa-joi-router', () => {
.post('/')
.send({ name: 'Pixel' })
.expect(200)
.expect('child "name" fails because ["name" length must be at least 10 characters long]', done);
.expect('"name" length must be at least 10 characters long', done);
});
});
});

});
});

Expand Down

0 comments on commit fad66d8

Please sign in to comment.