mirror of
https://github.com/discourse/discourse.git
synced 2025-03-15 04:15:19 +08:00
DEV: Use equal method instead of deepEqual
This commit is contained in:
parent
f645cb9c14
commit
5969a31d73
@ -197,7 +197,7 @@ QUnit.test("findByIds", assert => {
|
||||
_.values(categories)
|
||||
);
|
||||
|
||||
assert.deepEqual(Discourse.Category.findByIds(), []);
|
||||
assert.equal(Discourse.Category.findByIds(), []);
|
||||
});
|
||||
|
||||
QUnit.test("search with category name", assert => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user