Skip to content

Commit

Permalink
fix prop name in RoomColorPicker test
Browse files Browse the repository at this point in the history
  • Loading branch information
odalys-dataport committed Sep 17, 2024
1 parent d75e1a3 commit 4a872b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe("@feature-room/RoomColorPicker", () => {

describe("when a color is given", () => {
it("should render given color as selected", () => {
const { wrapper } = setup({ selectedColor: RoomColorEnum.RED });
const { wrapper } = setup({ color: RoomColorEnum.RED });

const selectedColor = wrapper.findComponent(
"[data-testid=color-swatch-red]"
Expand Down

0 comments on commit 4a872b2

Please sign in to comment.