Skip to content

Commit 0ff9efc

Browse files
committed
undo unecessary change
1 parent cc597fe commit 0ff9efc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,9 +570,7 @@ export default class Test {
570570
values: [formatErrorValue('Rejected promise returned by test. Reason:', error)],
571571
}));
572572
})
573-
.then(() => {
574-
resolve(this.finish());
575-
});
573+
.then(() => resolve(this.finish()));
576574
});
577575
}
578576

0 commit comments

Comments
 (0)