Skip to content

Commit 6cbe195

Browse files
committed
fix prettier
1 parent 195d68a commit 6cbe195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/ReportSecondaryActionUtilsTest.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type {Policy, Report, ReportAction, Transaction, TransactionViolation} fr
66

77
const CURRENT_USER_ACCOUNT_ID = 1;
88
const CURRENT_USER_EMAIL = '[email protected]';
9-
const OTHER_USER_EMAIL = '[email protected]'
9+
const OTHER_USER_EMAIL = '[email protected]';
1010

1111
const SESSION = {
1212
email: CURRENT_USER_EMAIL,
@@ -343,7 +343,7 @@ describe('getSecondaryAction', () => {
343343
} as unknown as Report;
344344
const policy = {
345345
connections: {[CONST.POLICY.CONNECTIONS.NAME.QBD]: {config: {export: {exporter: OTHER_USER_EMAIL}, autoSync: {enabled: true}}}},
346-
role: CONST.POLICY.ROLE.ADMIN
346+
role: CONST.POLICY.ROLE.ADMIN,
347347
} as unknown as Policy;
348348

349349
const result = getSecondaryReportActions(report, [], {}, policy);

0 commit comments

Comments
 (0)