Skip to content

Commit

Permalink
UADS-18 fix: Fixed Socials tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsheel12 committed Jun 25, 2024
1 parent 5812efd commit ec4c721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/__tests__/Socials.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe("Socials Component", () => {
beforeEach(() => {
render(
<MemoryRouter>
<Socials />
<Socials background="bg-brown" hoverBackground="bg-light-pink" iconColor="text-light-pink" hoverIconColor="text-black" />
</MemoryRouter>
);
});
Expand Down

0 comments on commit ec4c721

Please sign in to comment.