mirror of
https://github.com/corda/corda.git
synced 2024-12-27 08:22:35 +00:00
Replace references to finance packages in unit tests with perftest packages
This commit is contained in:
parent
afac8c5728
commit
cf6460592d
@ -216,7 +216,7 @@ class CommercialPaperTestsGeneric {
|
||||
// @Test
|
||||
@Ignore
|
||||
fun `issue move and then redeem`() {
|
||||
setCordappPackages("net.corda.finance.contracts")
|
||||
setCordappPackages("com.r3.enterprise.perftestcordapp.contracts")
|
||||
initialiseTestSerialization()
|
||||
val aliceDatabaseAndServices = MockServices.makeTestDatabaseAndMockServices(keys = listOf(ALICE_KEY))
|
||||
val databaseAlice = aliceDatabaseAndServices.first
|
||||
|
@ -832,7 +832,7 @@ class CashTests : TestDependencyInjectionBase() {
|
||||
// Double spend.
|
||||
@Test
|
||||
fun chainCashDoubleSpendFailsWith() {
|
||||
val mockService = MockServices(listOf("net.corda.finance.contracts.asset"), MEGA_CORP_KEY)
|
||||
val mockService = MockServices(listOf("com.r3.corda.enterprise.perftestcordapp.contracts.asset"), MEGA_CORP_KEY)
|
||||
|
||||
ledger(mockService) {
|
||||
unverifiedTransaction {
|
||||
|
Loading…
Reference in New Issue
Block a user