Skip to content

Commit

Permalink
lol oops fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
braxex committed Aug 8, 2023
1 parent 8fcb9cd commit 3a8e3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ui-src/src/components/layout/Home.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe("Home Component", () => {
it.each([
[AppRoles.CMS_USER, <CMSHome />],
[AppRoles.CMS_ADMIN, <HomeAdmin />],
[AppRoles.INTERNAL_USER, <HomeAdmin />],
[AppRoles.INTERNAL_USER, <CMSHome />],
[AppRoles.HELP_DESK, <CMSHome />],
[AppRoles.CMS_APPROVER, <CMSHome />],
[AppRoles.STATE_USER, <StateHome />],
Expand Down

0 comments on commit 3a8e3f1

Please sign in to comment.