From 5449a3a2f32aa7e2c580381894841d201851a76c Mon Sep 17 00:00:00 2001 From: typicode Date: Wed, 12 Apr 2017 21:17:17 +0200 Subject: [PATCH] Fix lint --- 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 6bcb4b8..21d92f0 100644 --- a/test/server/plural.js +++ b/test/server/plural.js @@ -20,7 +20,7 @@ describe('Server', () => { db.posts = [ { id: 1, body: 'foo' }, - { id: 2, body: 'bar' }, + { id: 2, body: 'bar' } ] db.tags = [