mirror of
https://github.com/corda/corda.git
synced 2024-12-23 14:52:29 +00:00
Fix typo. (#2657)
This commit is contained in:
parent
48da1c3ebf
commit
3abe6888cf
@ -34,7 +34,7 @@ import javax.persistence.Table
|
|||||||
import kotlin.test.assertEquals
|
import kotlin.test.assertEquals
|
||||||
import kotlin.test.assertNotNull
|
import kotlin.test.assertNotNull
|
||||||
|
|
||||||
class ONodeStatePersistenceTests {
|
class NodeStatePersistenceTests {
|
||||||
@Test
|
@Test
|
||||||
fun `persistent state survives node restart`() {
|
fun `persistent state survives node restart`() {
|
||||||
// Temporary disable this test when executed on Windows. It is known to be sporadically failing.
|
// Temporary disable this test when executed on Windows. It is known to be sporadically failing.
|
||||||
|
Loading…
Reference in New Issue
Block a user