Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 21b31fb

Browse files
committedFeb 14, 2024
Fix test
1 parent f75ef31 commit 21b31fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/shared-components/src/formio/components/extensions/maalgruppe/Maalgruppe.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ describe('calculateMaalgruppeValue function', () => {
44
let maalgruppe;
55

66
beforeEach(() => {
7-
maalgruppe = new Maalgruppe();
7+
maalgruppe = new Maalgruppe(undefined, {}, {});
88
});
99

1010
it('should return maalgruppe if it exists and is not empty', () => {

0 commit comments

Comments
 (0)
Please sign in to comment.