diff --git a/darc-protocol/contracts/test-contracts/test-voting/VotingTest.sol b/darc-protocol/contracts/test-contracts/test-voting/VotingTest.sol new file mode 100644 index 0000000..d3603bf --- /dev/null +++ b/darc-protocol/contracts/test-contracts/test-voting/VotingTest.sol @@ -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{ + +} \ No newline at end of file