Skip to content

Commit

Permalink
fix: update test file
Browse files Browse the repository at this point in the history
  • Loading branch information
mashal-m committed Jan 3, 2024
1 parent d2920e2 commit f769c39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ describe('<BudgetDetailPage />', () => {
expect(sendEnterpriseTrackEvent).toHaveBeenCalled();
} else {
userEvent.click(statusChip);
expect(sendEnterpriseTrackEvent).toHaveBeenCalledTimes(2);
expect(sendEnterpriseTrackEvent).toHaveBeenCalledTimes(3);
}
});

Expand Down

0 comments on commit f769c39

Please sign in to comment.