Skip to content

Commit d15d154

Browse files
authored
typo
1 parent ffb9354 commit d15d154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/data/EnumerableSet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ describe('EnumerableSet', async () => {
273273
);
274274
});
275275

276-
it('returns max address if value does not exist', async () => {
276+
it('returns max uint256 if value does not exist', async () => {
277277
expect(await instance['indexOf(address)'](zeroAddress)).to.equal(
278278
ethers.constants.MaxUint256.toString(),
279279
);

0 commit comments

Comments
 (0)