Skip to content

Commit 3bc869e

Browse files
committed
fix spell check
1 parent 3deb82f commit 3bc869e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/ReportUtilsTest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3744,7 +3744,7 @@ describe('ReportUtils', () => {
37443744
policyID: '11',
37453745
};
37463746

3747-
const expensseReportpolicy = {
3747+
const expenseReportPolicy = {
37483748
id: '11',
37493749
employeeList: {
37503750
[currentUserEmail]: {
@@ -3754,7 +3754,7 @@ describe('ReportUtils', () => {
37543754
},
37553755
};
37563756

3757-
await Onyx.merge(`${ONYXKEYS.COLLECTION.POLICY}11`, expensseReportpolicy); // Wait for Onyx to load session data before calling canDeleteMoneyRequestReport,
3757+
await Onyx.merge(`${ONYXKEYS.COLLECTION.POLICY}11`, expenseReportPolicy); // Wait for Onyx to load session data before calling canDeleteMoneyRequestReport,
37583758
// since it relies on the session subscription for currentUserAccountID.
37593759
await new Promise<void>((resolve) => {
37603760
const connection = Onyx.connectWithoutView({

0 commit comments

Comments
 (0)