Skip to content

Commit 9ee1795

Browse files
committed
fix prettier
1 parent 5e16096 commit 9ee1795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/actions/PolicyTaxTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ describe('actions/PolicyTax', () => {
881881
Onyx.disconnect(connection);
882882
const taxRates = policy?.taxRates;
883883
const updatedTaxRate = taxRates?.taxes?.[newTaxCode];
884-
884+
885885
// We expected to have a new tax rate with the new tax code
886886
expect(updatedTaxRate).toBeDefined();
887887
expect(updatedTaxRate?.previousTaxCode).toBe(oldTaxCode);

0 commit comments

Comments
 (0)