Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zajck committed Nov 17, 2022
1 parent 3c1b368 commit 859e724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/upgrade/2.0.0-2.1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ describe("[@skip-on-coverage] After facet upgrade, everything is still operation
Exchange: 2,
Funds: 3,
RaiseDispute: 4,
ResolveDisput: 5,
ResolveDispute: 5,
};

const hashInfoState = [];
Expand Down Expand Up @@ -1207,7 +1207,7 @@ describe("[@skip-on-coverage] After facet upgrade, everything is still operation
// BosonTypes.DisputeResolver has 8 fields
structFields.push(await getStorageAt(protocolDiamondAddress, structStorageSlot.add(i)));
}
structFields[6] = await getStorageAt(protocolDiamondAddress, keccak256(structStorageSlot.add(6))); // represents field string metadataUri. Technically this value represents the lenght of the string, but since it should be 0, we don't do further decoding
structFields[6] = await getStorageAt(protocolDiamondAddress, keccak256(structStorageSlot.add(6))); // represents field string metadataUri. Technically this value represents the length of the string, but since it should be 0, we don't do further decoding
pendingAddressUpdatesByDisputeResolver.push(structFields);
}

Expand Down

0 comments on commit 859e724

Please sign in to comment.