Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Jan 11, 2024
1 parent 5b01da2 commit d72d84c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ describe("OptimisticAuctionRebalanceExtensionV1", () => {
],
),
);
return `proposalHash:${proposalHash.slice(2)},rulesIPFSHash:"${rules}"`;
return `proposalHash:${proposalHash.slice(2)},rules:"${rules}"`;
}

context("when the extension is open for rebalance", () => {
Expand Down

0 comments on commit d72d84c

Please sign in to comment.