We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c6ef5 commit fddaa08Copy full SHA for fddaa08
test/compliance/client-options.test.js
@@ -17,6 +17,6 @@ describe('affected rows', () => {
17
cds.test()
18
19
test('client option is called during bootstrapping', async () => {
20
- assert.strictEqual(called,1)
+ assert.strictEqual(called >= 1,true)
21
})
22
0 commit comments