From ff90e6961b25cf5057a7eb5651eeae40193fad37 Mon Sep 17 00:00:00 2001 From: Zer0dot Date: Mon, 14 Feb 2022 12:21:09 -0500 Subject: [PATCH] misc: Fixed missing brackets. --- test/hub/interactions/following.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hub/interactions/following.spec.ts b/test/hub/interactions/following.spec.ts index 1d3471e..713b96a 100644 --- a/test/hub/interactions/following.spec.ts +++ b/test/hub/interactions/following.spec.ts @@ -119,7 +119,7 @@ makeSuiteCleanRoom('Following', function () { lensHub.followWithSig({ follower: testWallet.address, profileIds: [FIRST_PROFILE_ID], - datas: [], + datas: [[]], sig: { v, r,