Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Apr 1, 2020
1 parent d9d8d44 commit 8b6d557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nullable.spec.ts
Expand Up @@ -85,7 +85,7 @@ describe(packageJson.name, () => {
expect(r.body.errors[0].path).to.equal('.body.name');
}));

it('should allow nullable anyOf object', async () =>
it('should allow nullable object', async () =>
request(app)
.post(`${app.basePath}/test/object`)
.send({ nullableObject: null })
Expand Down

0 comments on commit 8b6d557

Please sign in to comment.