Skip to content

Commit

Permalink
Fix type in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
benmartin-coforma committed Jan 29, 2025
1 parent 27b67f2 commit 3f9401c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ui-src/src/utils/testing/setupJest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const mockBannerStore: AdminBannerState = {
bannerData: mockBannerData,
bannerActive: false,
bannerLoading: false,
bannerErrorMessage: { title: "", description: "" },
bannerErrorMessage: { title: "", children: undefined },
bannerDeleting: false,
setBannerData: () => {},
clearAdminBanner: () => {},
Expand Down

0 comments on commit 3f9401c

Please sign in to comment.