Skip to content

Commit 263c000

Browse files
committed
Created test file for kdoNft smart contract
1 parent 537cdea commit 263c000

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/foundry/test/KDONft.t.sol

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// SPDX-License-Identifier: MIT
2+
pragma solidity ^0.8.13;
3+
4+
import { Test, console } from "forge-std/Test.sol";
5+
6+
contract KDONft is Test { }

0 commit comments

Comments
 (0)