Skip to content

Commit 2741ee4

Browse files
committed
fix test
1 parent d2af69a commit 2741ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/integration-tests/test/svg-react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('svg-react', function () {
2020
assert(!file.includes('inkscape'));
2121
assert(file.includes('function SvgComponent'));
2222
assert(file.includes('createElement("svg"'));
23-
assert(file.includes('id: "66e692__circle"'));
23+
assert(file.includes('id: "fbacef__circle"'));
2424
});
2525

2626
it('should support transforming SVGs to typescript react components', async function () {

0 commit comments

Comments
 (0)