Skip to content

Commit

Permalink
Merge pull request #83 from credbull/rename-clb-test
Browse files Browse the repository at this point in the history
Rename/replace cbl test file
  • Loading branch information
jplodge-pro authored Jul 23, 2024
2 parents f927c85 + 28aab77 commit f2eed72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/app/vercel.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"buildCommand": "turbo run build:ci",
"outputDirectory": ".next"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
pragma solidity ^0.8.20;

import { Test } from "forge-std/Test.sol";
import { CBL } from "../../src/token/CBL.sol";
import { DeployCBLToken, CBLTokenParams } from "../../script/DeployCBLToken.s.sol";
import { CBL } from "@credbull/token/CBL.sol";
import { DeployCBLToken, CBLTokenParams } from "../../../script/DeployCBLToken.s.sol";

contract CBLTest is Test {
CBL private cbl;
Expand Down

0 comments on commit f2eed72

Please sign in to comment.