Skip to content

Commit 5ed9254

Browse files
authored
fix typo
Signed-off-by: omahs <73983677+omahs@users.noreply.github.com>
1 parent dc0f3b0 commit 5ed9254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SnapshotRegistry/SnapshotRegistry.unit.t.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ contract SnapshotRegistryTest is Test {
3434
}
3535

3636
/// @dev EVC address is stored and the owner is set to `msg.sender` in constructor.
37-
function testInitalize() public view {
37+
function testInitialize() public view {
3838
assertEq(registry.EVC(), address(evc));
3939
assertEq(registry.owner(), OWNER);
4040
}
@@ -83,7 +83,7 @@ contract SnapshotRegistryTest is Test {
8383
assertSingleElement(element, base, quote, timestamp1, true);
8484
}
8585

86-
/// @dev Many element can be added for the same base and quote. They can be queried by base and quote.
86+
/// @dev Many elements can be added for the same base and quote. They can be queried by base and quote.
8787
/// forge-config: default.fuzz.runs = 100
8888
function testAddMany(uint256 length, address base, address quote, uint256 timestamp0, uint256 timestamp1) public {
8989
length = bound(length, 2, 100);

0 commit comments

Comments
 (0)