Skip to content

Commit

Permalink
fix: console contract name
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdcota committed Oct 12, 2024
1 parent ad4776e commit 605c2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TestIntegrationCrediTalentCenter.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pragma solidity ^0.8.20;

import {Test} from "forge-std/Test.sol";
import {VmSafe} from "forge-std/StdUtils.sol";
import {console} from "forge-std/Console.sol";
import {console} from "forge-std/console.sol";
import {CreditTalentCenter} from "../src/CreditTalentCenter.sol";
import {CreditPoints} from "../src/CreditPoints.sol";
import {MockToken} from "./mocks/MockToken.sol";
Expand Down

0 comments on commit 605c2e0

Please sign in to comment.