Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Sep 12, 2024
1 parent 706bef2 commit 3c59187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/TestUSDCSubmitOffer.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {MockUSDC} from "./mocks/MockUSDC.sol";
import {Setup, ERC20, IStrategyInterface} from "./utils/Setup.sol";
import {Strategy} from "../Strategy.sol";

contract TestUSDCSubmitOf1er1 is Setup {
contract TestUSDCSubmitOffer is Setup {
uint256 internal constant TEST_REPO_TOKEN_RATE = 0.05e18;

MockUSDC internal mockUSDC;
Expand Down

0 comments on commit 3c59187

Please sign in to comment.