Skip to content

Commit

Permalink
Update OracleTest.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Dec 20, 2023
1 parent 530b4d1 commit f0a6943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/OracleTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ contract OracleTest is Test {
vm.startPrank(ownerInstance);
userRegistry.registerAndStake{value: 2 ether}();

oracle = new Oracle(address(preConfCommitmentStore), 2, owner);
oracle.addBuilderAddress("mev builder", owner);
oracle = new Oracle(address(preConfCommitmentStore), 2, ownerInstance);
oracle.addBuilderAddress("mev builder", ownerInstance);
vm.stopPrank();

preConfCommitmentStore.updateOracle(address(oracle));
Expand Down

0 comments on commit f0a6943

Please sign in to comment.