mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
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
Block a user