From 29eb7fbfdc7262aad3656cb54d6252ca7db88306 Mon Sep 17 00:00:00 2001 From: paulo-ocean Date: Thu, 31 Oct 2024 18:01:50 +0000 Subject: [PATCH] fix type mismatch new c2d v2 --- test/integration/ComputeExamples.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/ComputeExamples.test.ts b/test/integration/ComputeExamples.test.ts index da931e92c..9779fb7aa 100644 --- a/test/integration/ComputeExamples.test.ts +++ b/test/integration/ComputeExamples.test.ts @@ -655,7 +655,7 @@ describe('Compute-to-data example tests', async () => { providerUrl, consumerAccount, computeEnv.id, - assets[0], + assets, algo )