Update expected auction object in tests

This commit is contained in:
Prathamesh Musale 2024-09-19 20:21:34 +05:30
parent 2299898a7b
commit 3cf35dad43

View File

@ -95,7 +95,8 @@ export function getAuctionObj (params: { owner: string, status?: string }): any
type: TOKEN_TYPE,
quantity: AUCTION_FEES.minimumBid
},
winnerAddress: ''
winnerAddresses: [],
winnerBids: []
};
}