Skip to content

Commit 7d36350

Browse files
fix branch coverage
1 parent 3e0e5cd commit 7d36350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/widgets/forms/fieldFunction.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ describe('fieldFunction', () => {
7373
const fn = fieldFunction(undefined, form)
7474

7575
it('returns an error block', () => {
76-
const result = fn(document, document.createElement('div'), {},
76+
const result = fn(document, undefined, {},
7777
namedNode('http://example.com/#subject'),
7878
namedNode('http://example.com/#form'),
7979
namedNode('http://example.com/'),

0 commit comments

Comments
 (0)