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({
|
||||
id: 1234,
|
||||
title: "Qunit Test Topic",
|
||||
deleted: false,
|
||||
deleted_at: new Date(),
|
||||
pinned
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue