Skip to content

Commit

Permalink
undo unecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
kevo1ution committed Oct 25, 2022
1 parent cc597fe commit 0ff9efc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/test.js
Expand Up @@ -570,9 +570,7 @@ export default class Test {
values: [formatErrorValue('Rejected promise returned by test. Reason:', error)],
}));
})
.then(() => {
resolve(this.finish());
});
.then(() => resolve(this.finish()));
});
}

Expand Down

0 comments on commit 0ff9efc

Please sign in to comment.