From 8b6d5572db66a269e2fb7806d9bcfa0e893db476 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Wed, 1 Apr 2020 14:39:16 -0400 Subject: [PATCH] fix test name --- test/nullable.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/nullable.spec.ts b/test/nullable.spec.ts index 2f47dd98..456c0ad5 100644 --- a/test/nullable.spec.ts +++ b/test/nullable.spec.ts @@ -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 })