Skip to content

Commit 71c2e57

Browse files
adhorodyskiclaude
andcommitted
add isLoaded to ReportActionsViewTest mock
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0f1990c commit 71c2e57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/ui/ReportActionsViewTest.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ describe('ReportActionsView', () => {
182182
mockUseTransactionsAndViolationsForReport.mockReturnValue({
183183
transactions: {},
184184
violations: {},
185+
isLoaded: true,
185186
});
186187

187188
mockUsePaginatedReportActions.mockReturnValue({

0 commit comments

Comments
 (0)