Skip to content

Commit 24fefea

Browse files
committed
test: update test case.
1 parent e1f3f1f commit 24fefea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/convert.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ it('Converts color => HEX to ColorResult', () => {
5454
expect(hsla).toEqual({ h: 353.04347826086956, l: 41.37254901960784, s: 98.10426540284361, a: 1 });
5555
expect(hsv).toEqual({ h: 353.04347826086956, s: 99.04306220095694, v: 81.96078431372548 });
5656
expect(hsva).toEqual({ h: 353.04347826086956, s: 99.04306220095694, v: 81.96078431372548, a: 1 });
57-
expect(xy).toEqual({ x: 0.26502656639062083, y: 0.13673307363113865, bri: 0.022196477290623278 });
57+
expect(xy).toEqual({ x: 0.26502656639062083, y: 0.13673307363113865, bri: 0.022196477290623275 });
5858
});
5959

6060
it('Converts color => HEXA to ColorResult', () => {

0 commit comments

Comments
 (0)