This commit is contained in:
typicode
2017-04-12 21:17:17 +02:00
parent dcae2885a0
commit 5449a3a2f3

View File

@ -20,7 +20,7 @@ describe('Server', () => {
db.posts = [ db.posts = [
{ id: 1, body: 'foo' }, { id: 1, body: 'foo' },
{ id: 2, body: 'bar' }, { id: 2, body: 'bar' }
] ]
db.tags = [ db.tags = [