Skip to content

Commit d0024b8

Browse files
committed
fix: linter issues
1 parent 397c0fa commit d0024b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/helpers/setup-mock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ export async function setupIssueMock(
6262
'/rest/api/2/issue/BTS-1',
6363
);
6464
return () => cleanupWireMockMapping(request, id);
65-
}
65+
}

e2e/tests/jira/updateIssueStatus.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ test('I can transition a Jira', async ({ page, request }) => {
3030

3131
await cleanupIssueMock();
3232
await cleanupSearchMock();
33-
});
33+
});

0 commit comments

Comments
 (0)