Skip to content

Commit 2a7ad48

Browse files
committed
Update ParseLiveQueryQuery.spec.js
1 parent 4266ab6 commit 2a7ad48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/ParseLiveQueryQuery.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const Parse = require('parse/node');
44

55
describe('ParseLiveQuery query operation', function () {
6-
beforeEach(function (done) {
6+
beforeEach(function () {
77
Parse.CoreManager.getLiveQueryController().setDefaultLiveQueryClient(null);
88
// Mock ParseWebSocketServer
99
const mockParseWebSocketServer = jasmine.createSpy('ParseWebSocketServer');
@@ -15,7 +15,6 @@ describe('ParseLiveQuery query operation', function () {
1515
// Mock Client pushError
1616
const Client = require('../lib/LiveQuery/Client').Client;
1717
Client.pushError = jasmine.createSpy('pushError');
18-
done();
1918
});
2019

2120
afterEach(async function () {

0 commit comments

Comments
 (0)