Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
lidangzzz committed Jun 1, 2023
1 parent e43ae64 commit 6a684af
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions darc-protocol/contracts/test-contracts/test-voting/VotingTest.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// SPDX-License-Identifier: BUSL-1.1
pragma solidity ^0.8.9;
import "../../Runtime/VotingMachine/VotingMachine.sol";


/**
* @title The unit test contract of the voting machine
* @author DARC Team
* @notice null
*/

contract VotingTestContract is VotingMachine{

}

0 comments on commit 6a684af

Please sign in to comment.