Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed Oct 25, 2023
1 parent 1a30d73 commit 67ba71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ describe("utils test", () => {
const components = getColorComponents({
primary: "rgb(255,0,0)"
}, "light", "hsl");
expect(components.light.primary).toEqual("0,100%,50%");
expect(components.light.primary).toEqual("0 100% 50%");
});
});

0 comments on commit 67ba71a

Please sign in to comment.