There was an error while loading. Please reload this page.
1 parent dcae288 commit 5449a3aCopy full SHA for 5449a3a
1 file changed
test/server/plural.js
@@ -20,7 +20,7 @@ describe('Server', () => {
20
21
db.posts = [
22
{ id: 1, body: 'foo' },
23
- { id: 2, body: 'bar' },
+ { id: 2, body: 'bar' }
24
]
25
26
db.tags = [
0 commit comments