Skip to content

Commit

Permalink
change a contract to check the job is triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
ricomateo committed Jan 30, 2025
1 parent e56c631 commit f47da4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/MockERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pragma solidity ^0.8.12;

import {ERC20, IERC20} from "@openzeppelin/contracts/token/ERC20/ERC20.sol";

contract MockERC20 is ERC20("Mock Token", "MCK") {
contract MockERC20 is ERC20("Mock Token", "MOCK") {
function mint(address account, uint256 amount) public {
_mint(account, amount);
}
Expand Down

0 comments on commit f47da4c

Please sign in to comment.