Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit b21e568

Browse files
committed
fixed insurer tests
1 parent 7261cd2 commit b21e568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/layout/src/components/__tests__/insurer.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('Insurer Preview', () => {
2828
test('is accessible', async () => {
2929
const { container } = render(
3030
<Insurer
31-
onSaveType={noop}
31+
onSaveRef={noop}
3232
onRemove={noop}
3333
onCorrect={(_value) => {}}
3434
complete={true}

0 commit comments

Comments
 (0)