mirror of
https://github.com/corda/corda.git
synced 2025-03-14 08:16:32 +00:00
Load only packages with schemas neede for this test - fixes issue with unrelated Hibernate entity (org.hibernate.MappingException: Could not determine type for: net.corda.core.schemas.GoodSchemaJavaV1$State, at table: TrickySchemaJavaV1$State ... )
This commit is contained in:
parent
3203bdae97
commit
852e12a971
@ -27,7 +27,7 @@ import java.util.Collections.nCopies
|
||||
import kotlin.test.assertNotNull
|
||||
|
||||
class CashSelectionH2ImplTest {
|
||||
private val mockNet = MockNetwork(threadPerNode = true, cordappPackages = listOf("net.corda.finance", "net.corda.core.schemas", "net.corda.finance.sampleschemas"))
|
||||
private val mockNet = MockNetwork(threadPerNode = true, cordappPackages = listOf("net.corda.finance"))
|
||||
|
||||
@After
|
||||
fun cleanUp() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user