FIX: Broken test
This commit is contained in:
parent
aa31f3081a
commit
960f9ed132
|
@ -55,7 +55,7 @@ postStreamTest('deleted posts', {
|
||||||
posts() {
|
posts() {
|
||||||
const topic = Topic.create({ details: { created_by: { id: 123 } } });
|
const topic = Topic.create({ details: { created_by: { id: 123 } } });
|
||||||
return [
|
return [
|
||||||
Post.create({ topic, id: 1, post_number: 1, deleted_at: new Date().getTime() }),
|
Post.create({ topic, id: 1, post_number: 1, deleted_at: new Date().toString() }),
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue