From e1dba53e5a206a6b692bde981a71cb7770997831 Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Tue, 2 May 2023 15:57:14 +0300 Subject: [PATCH] fix lint --- test/integration/ComputeFlow.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/ComputeFlow.test.ts b/test/integration/ComputeFlow.test.ts index ab44c4c7..b7f75c95 100644 --- a/test/integration/ComputeFlow.test.ts +++ b/test/integration/ComputeFlow.test.ts @@ -231,7 +231,7 @@ async function waitTillJobEnds(): Promise { const interval = setInterval(async () => { const jobStatus = (await ProviderInstance.computeStatus( providerUrl, - consumerAccount, + await consumerAccount.getAddress(), freeComputeJobId, resolvedDdoWith5mTimeout.id )) as ComputeJob