Skip to content

Commit

Permalink
file casing import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcclurejt committed Aug 26, 2024
1 parent d49b040 commit bf4a2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/units/Everlong.t.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.20;

import { EVERLONG_KIND, EVERLONG_VERSION } from "../../contracts/libraries/constants.sol";
import { EVERLONG_KIND, EVERLONG_VERSION } from "../../contracts/libraries/Constants.sol";
import { EverlongTest } from "../harnesses/EverlongTest.sol";

/// @dev Tests Everlong functionality.
Expand Down

0 comments on commit bf4a2e1

Please sign in to comment.