Skip to content

Commit 226223b

Browse files
committed
Update test after fixing Arc xRange handling
1 parent c8faeb7 commit 226223b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/layerchart/src/lib/components/Arc.svelte.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ describe(`Arc`, () => {
442442
const el = page.getByTestId(componentTestId);
443443
await expect.element(el).toBeInTheDocument();
444444
const transform = el.element()?.getAttribute('transform');
445-
expect(transform).toContain('translate(-4.539904997395462, 8.91006524188368)');
445+
expect(transform).toContain('translate(1.2246467991473533e-15, 10)');
446446
});
447447

448448
it('should apply zero offset by default', async () => {

0 commit comments

Comments
 (0)