We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e836f6b commit 9b12ee1Copy full SHA for 9b12ee1
plugins/crashes/tests.js
@@ -3143,7 +3143,7 @@ describe('Testing Crashes', function() {
3143
.get('/i/crashes/delete?args=' + JSON.stringify({ crash_id: crashGroup._id }) + '&app_id=' + APP_ID + '&api_key=' + API_KEY_ADMIN);
3144
});
3145
3146
-
+
3147
describe('Crash app version', async() => {
3148
it('should process crash app version as string', async() => {
3149
const crashData = {
0 commit comments