Skip to content

Commit 39bc83f

Browse files
brunovjkblimpich
andauthored
Update tests/actions/connections/Xero.ts
Co-authored-by: Benjamin Limpich <blimpich@expensify.com>
1 parent eabf2b0 commit 39bc83f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/actions/connections/Xero.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('actions/connections/Xero', () => {
4646
updateXeroTravelInvoicingPayableAccount(MOCK_POLICY_ID, 'account-123', 'old-account');
4747

4848
const {command} = getFirstWriteCall();
49-
expect(command).toBe(WRITE_COMMANDS.UPDATE_MANY_POLICY_CONNECTION_CONFIGS);
49+
expect(command).toBe(WRITE_COMMANDS.UPDATE_XERO_TRAVEL_INVOICING_PAYABLE_ACCOUNT);
5050

5151
const call = writeSpy.mock.calls.at(0);
5252
const params = call?.[1] as {connectionName: string; configUpdate: string; idempotencyKey: string; policyID: string};

0 commit comments

Comments
 (0)