Skip to content

Commit

Permalink
fixed ∆ from merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Nov 20, 2024
1 parent e60faff commit 8d10061
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protocol/test-sol/unit/common/GoldToken.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ pragma solidity ^0.5.13;

import "@celo-contracts/common/GoldToken.sol";

import { Utils } from "@test-sol/utils.sol";
import { TestWithUtils } from "@test-sol/TestWithUtils.sol";
import "@test-sol/utils/WhenL2.sol";

contract CeloTokenTest is Utils {
contract CeloTokenTest is TestWithUtils {
GoldToken celoToken;

uint256 constant ONE_CELOTOKEN = 1000000000000000000;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { MockStableToken } from "@celo-contracts/stability/test/MockStableToken.
import { CeloTokenMock } from "@test-sol/unit/common/CeloTokenMock.sol";

import { TestWithUtils } from "@test-sol/TestWithUtils.sol";
import "@test-sol/utils/WhenL2.sol";

contract EpochRewardsTest is TestWithUtils {
uint256 constant targetVotingYieldParamsInitial = 0.00016e24; // 0.00016
Expand Down

0 comments on commit 8d10061

Please sign in to comment.