Skip to content

Commit cf94f33

Browse files
committed
test lint error
1 parent e710b1b commit cf94f33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/widgets/forms/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ describe('buildCheckboxForm', () => {
609609
const updateSpy = jest.fn((_deletes, _inserts, callback) => {
610610
return new Promise(resolve => {
611611
setTimeout(() => {
612-
callback('uri', true, 'ok')
612+
callback(undefined, true, 'ok')
613613
resolve(true)
614614
}, 0)
615615
})

0 commit comments

Comments
 (0)