Skip to content

Commit

Permalink
Update test/protocol/ProtocolInitializationHandlerTest.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ana Julia Bittencourt  <anajuliabit@gmail.com>
  • Loading branch information
mischat and anajuliabit authored Jul 7, 2023
1 parent c27cfc0 commit 1ec9c3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/protocol/ProtocolInitializationHandlerTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,6 @@ describe("ProtocolInitializationHandler", async function () {
});

it("invalid seller creator address ", async function () {
// set invalid minResolutionPeriod
initializationData = abiCoder.encode(
["uint256", "uint256[]", "address[]"],
[minResolutionPeriod, [1], [ZeroAddress]]
Expand Down

0 comments on commit 1ec9c3c

Please sign in to comment.