From 72461fcb56eb8c2344ebd547d815159fd0c3a195 Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Thu, 14 Nov 2024 12:07:47 -0700 Subject: [PATCH] call defaultPropTestParams --- tests/property/ic_api/candid/test/tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/property/ic_api/candid/test/tests.ts b/tests/property/ic_api/candid/test/tests.ts index 06a26c2838..c9e46872c8 100644 --- a/tests/property/ic_api/candid/test/tests.ts +++ b/tests/property/ic_api/candid/test/tests.ts @@ -87,7 +87,7 @@ export function getTests(): Test { expect(decodedString).toBe(candidValueString); } ), - defaultPropTestParams + defaultPropTestParams() ); }); };