mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
change test method call
This commit is contained in:
@@ -292,7 +292,8 @@ describe('User', function () {
|
||||
User.create({ username: 'bzari' }, next);
|
||||
},
|
||||
function (uid, next) {
|
||||
socketUser.search({ uid: testUid }, {
|
||||
User.search({
|
||||
uid: testUid,
|
||||
query: 'b',
|
||||
sortBy: 'username',
|
||||
paginate: false,
|
||||
|
||||
Reference in New Issue
Block a user