Skip to content

Commit

Permalink
Adjust test to new vyper deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
YamenMerhi committed Aug 5, 2024
1 parent 36c3308 commit c5f2c13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Greeting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ contract GreetingTest is Test {
vyperDeployer = new VyperDeployer();
greetingContract = IGreeting(
vyperDeployer.deployContract(
"src/",
"Greeting",
abi.encode(INITIAL_GREETING)
)
Expand Down

0 comments on commit c5f2c13

Please sign in to comment.