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')