Fix error in VaultObserverExceptionTest due to bad merge

This commit is contained in:
LankyDan 2019-11-01 13:38:42 +00:00
parent 4aa9add8c8
commit b05bd76a77

View File

@ -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()