From 3cf35dad43419a32ded408ee3d6f2fc8ee0cdc78 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Thu, 19 Sep 2024 20:21:34 +0530 Subject: [PATCH] Update expected auction object in tests --- test/helpers.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/helpers.ts b/test/helpers.ts index 84d8326..12d2992 100644 --- a/test/helpers.ts +++ b/test/helpers.ts @@ -95,7 +95,8 @@ export function getAuctionObj (params: { owner: string, status?: string }): any type: TOKEN_TYPE, quantity: AUCTION_FEES.minimumBid }, - winnerAddress: '' + winnerAddresses: [], + winnerBids: [] }; }