Skip to content

Commit e019307

Browse files
committed
amend overzealous lint fix
1 parent f685fba commit e019307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/executor/__tests__/executor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ describe('Execute: Handles basic execution tasks', () => {
263263
syncError() {
264264
throw new Error('Error getting syncError');
265265
},
266-
async () {
266+
async() {
267267
return new Promise(resolve => resolve('async'));
268268
},
269269
asyncReject() {

0 commit comments

Comments
 (0)