FIX: `deleted` is a computed property of Topic
This commit is contained in:
parent
e625aeeb0d
commit
71b0400501
|
@ -6,7 +6,7 @@ const buildTopic = function(pinned = true) {
|
||||||
return Topic.create({
|
return Topic.create({
|
||||||
id: 1234,
|
id: 1234,
|
||||||
title: "Qunit Test Topic",
|
title: "Qunit Test Topic",
|
||||||
deleted: false,
|
deleted_at: new Date(),
|
||||||
pinned
|
pinned
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue