From 6e9e8ac0579610cc06cc3624f183f5aadf0dcc79 Mon Sep 17 00:00:00 2001 From: typicode Date: Wed, 12 Apr 2017 21:21:19 +0200 Subject: [PATCH] Update tests --- test/server/plural.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/server/plural.js b/test/server/plural.js index 21d92f0..15af7ff 100644 --- a/test/server/plural.js +++ b/test/server/plural.js @@ -165,7 +165,7 @@ describe('Server', () => { )) // https://github.com/typicode/json-server/issues/510 - it.only('should not fail with null value', () => { + it('should not fail with null value', () => { db.posts.push({ id: 99, body: null }) return request(server) .get('/posts?body=foo')