Skip to content

Commit

Permalink
oops spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragsalian committed Jul 19, 2024
1 parent 9224a87 commit 6c9d20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ReportUtilsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ describe('ReportUtils', () => {
expect(ReportUtils.requiresAttentionFromCurrentUser(report)).toBe(true);
});

it('returns true when the report has oustanding child expense', () => {
it('returns true when the report has outstanding child expense', () => {
const report = {
...LHNTestUtils.getFakeReport(),
ownerAccountID: 99,
Expand Down

0 comments on commit 6c9d20a

Please sign in to comment.