Skip to content

Commit

Permalink
rename test contract name
Browse files Browse the repository at this point in the history
  • Loading branch information
omnifient committed Aug 24, 2023
1 parent e9bc3c3 commit d4a7407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/AdminOperationsFlows.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "../../src/L1EscrowImpl.sol";
import "../../src/NativeConverterImpl.sol";
import "../../src/ZkMinterBurnerImpl.sol";

contract OwnerOperationsFlows is Base {
contract AdminAndOwnerOperationsFlows is Base {
event Upgraded(address indexed implementation);

/// @notice Admin can upgrade contracts to a valid address.
Expand Down

0 comments on commit d4a7407

Please sign in to comment.