corda-training-template
corda-training-template copied to clipboard
DummyState shall be imported from net.corda.testing.contracts package
https://github.com/corda/corda-training-template/blob/9311ddaa356330f4a4784788385b65865273b465/java-source/src/test/java/net/corda/training/contract/IOUIssueTests.java#L103
The test case expects to create a DummyState, but it's not imported into the test file. It can be imported to the file to let beginners focus on solving and understanding corda instead of solving dependency/import issues.
Solution "import net.corda.testing.contracts.DummyState;" shall be added to IOUIssueTests.java