mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +00:00
CORDA-2631 - removed unused version mapping and revert tracking test (#4781)
CORDA-2631 - removed unused version mapping and revert tracking test
This commit is contained in:
committed by
Gavin Thomas
parent
1ed5fce6a6
commit
626fa19769
@ -139,8 +139,7 @@ class TransactionTests {
|
||||
timeWindow,
|
||||
privacySalt,
|
||||
testNetworkParameters(),
|
||||
emptyList(),
|
||||
inputVersions = emptyMap()
|
||||
emptyList()
|
||||
)
|
||||
|
||||
transaction.verify()
|
||||
@ -192,8 +191,7 @@ class TransactionTests {
|
||||
timeWindow,
|
||||
privacySalt,
|
||||
testNetworkParameters(notaries = listOf(NotaryInfo(DUMMY_NOTARY, true))),
|
||||
emptyList(),
|
||||
inputVersions = emptyMap()
|
||||
emptyList()
|
||||
)
|
||||
|
||||
assertFailsWith<TransactionVerificationException.NotaryChangeInWrongTransactionType> { buildTransaction().verify() }
|
||||
|
Reference in New Issue
Block a user