Skip to content

Commit 43936ca

Browse files
author
Cookiezaurs
committed
fx
1 parent cee8e76 commit 43936ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/3.api.write/5.write.app.events.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,6 +1497,11 @@ describe('Writing app events', function() {
14971497
setTimeout(done, 100 * testUtils.testScalingFactor);
14981498
});
14991499
});
1500+
it('Trigger deletion job to run', function(done) {
1501+
testUtils.triggerJobToRun("api:deletionManagerJob", function() {
1502+
setTimeout(done, 5000);
1503+
});
1504+
});
15001505
});
15011506
});
15021507
});

0 commit comments

Comments
 (0)