Skip to content

Commit

Permalink
chore(test-sol): match contract name in unit and e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgousset committed Jun 6, 2024
1 parent 80ff4e2 commit 082d130
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Devchain } from "@test-sol/e2e/utils.sol";

import "@celo-contracts-8/common/FeeCurrencyDirectory.sol";

contract TestE2ESetCurrencyConfig is Test, Devchain {
contract TestSetCurrencyConfig is Test, Devchain {
function test_ShouldAllowOwnerSetCurrencyConfig() public {
address token = address(1);
uint256 intrinsicGas = 21000;
Expand Down

0 comments on commit 082d130

Please sign in to comment.