mirror of
https://github.com/corda/corda.git
synced 2025-01-30 16:14:39 +00:00
Fix error in VaultObserverExceptionTest
due to bad merge
This commit is contained in:
parent
4aa9add8c8
commit
b05bd76a77
@ -18,7 +18,6 @@ import net.corda.testing.node.User
|
|||||||
import net.corda.testing.node.internal.findCordapp
|
import net.corda.testing.node.internal.findCordapp
|
||||||
import org.junit.After
|
import org.junit.After
|
||||||
import org.junit.Assert
|
import org.junit.Assert
|
||||||
import org.junit.ClassRule
|
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
import rx.exceptions.OnErrorNotImplementedException
|
import rx.exceptions.OnErrorNotImplementedException
|
||||||
import java.sql.SQLException
|
import java.sql.SQLException
|
||||||
@ -30,8 +29,6 @@ import kotlin.test.assertFailsWith
|
|||||||
|
|
||||||
class VaultObserverExceptionTest {
|
class VaultObserverExceptionTest {
|
||||||
companion object {
|
companion object {
|
||||||
@ClassRule
|
|
||||||
@JvmField
|
|
||||||
|
|
||||||
val log = contextLogger()
|
val log = contextLogger()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user