Add non-value types in EnumerableSet and EnumerableMap (#5658)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
@ -176,7 +176,7 @@ function shouldBehaveLikeMap() {
|
||||
.withArgs(
|
||||
this.key?.memory || this.value?.memory
|
||||
? this.keyB
|
||||
: ethers.AbiCoder.defaultAbiCoder().encode([this.keyType], [this.keyB]),
|
||||
: ethers.AbiCoder.defaultAbiCoder().encode([this.key.type], [this.keyB]),
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user