From 2cf306ac9d6457787d4b7aa303e447517921ddb5 Mon Sep 17 00:00:00 2001 From: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com> Date: Wed, 26 Feb 2025 13:45:03 +0100 Subject: [PATCH] chore: in some cases it might be called more often --- test/compliance/client-options.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/compliance/client-options.test.js b/test/compliance/client-options.test.js index 7cd8bbc91..0eba4ac68 100644 --- a/test/compliance/client-options.test.js +++ b/test/compliance/client-options.test.js @@ -17,6 +17,6 @@ describe('affected rows', () => { cds.test() test('client option is called during bootstrapping', async () => { - assert.strictEqual(called,1) + assert.strictEqual(called >= 1,true) }) })