Skip to content

Commit

Permalink
chore(debug): fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pac-guerreiro committed Sep 23, 2024
1 parent 4e0da01 commit 772c0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/DebugUtilsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ describe('DebugUtils', () => {
stateNum: CONST.REPORT.STATE_NUM.OPEN,
statusNum: CONST.REPORT.STATUS_NUM.OPEN,
});
expect(reason).toBe('debug.reasonGBR.isWaitingForAssigneeToCompleteTask');
expect(reason).toBe('debug.reasonGBR.isWaitingForAssigneeToCompleteAction');
});
it('returns correct reason when report has a child report awaiting action from the user', () => {
const reason = DebugUtils.getReasonForShowingGreenDotInLHNRow({
Expand Down

0 comments on commit 772c0d1

Please sign in to comment.