Skip to content

Commit

Permalink
docs: deploy correct contract in usage tutorial (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xteddybear authored May 7, 2024
1 parent b315414 commit f95ac6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ contract BaseTest is Test, SmockHelper {
// return _greeterAddress;
greeter = MockGreeter(
deployMock('Greeter', type(Greeter).creationCode, abi.encode('Hello'))
deployMock('Greeter', type(MockGreeter).creationCode, abi.encode('Hello'))
);
}
}
Expand Down

0 comments on commit f95ac6d

Please sign in to comment.