Skip to content

Commit fddaa08

Browse files
test: in some cases it might be called more often (#1045)
1 parent 00c6ef5 commit fddaa08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compliance/client-options.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ describe('affected rows', () => {
1717
cds.test()
1818

1919
test('client option is called during bootstrapping', async () => {
20-
assert.strictEqual(called,1)
20+
assert.strictEqual(called >= 1,true)
2121
})
2222
})

0 commit comments

Comments
 (0)