Skip to content

Commit 62982b3

Browse files
committed
fix check for _PushStatus
1 parent 198a3ae commit 62982b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ beforeEach(done => {
143143

144144
afterEach(function(done) {
145145
Parse.Cloud._removeAllHooks();
146-
mongoAdapter.getAllClasses()
146+
databaseAdapter.getAllClasses()
147147
.then(allSchemas => {
148148
allSchemas.forEach((schema) => {
149149
var className = schema.className;

0 commit comments

Comments
 (0)