mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +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.assertNotNull
|
||||
|
||||
class ONodeStatePersistenceTests {
|
||||
class NodeStatePersistenceTests {
|
||||
@Test
|
||||
fun `persistent state survives node restart`() {
|
||||
// Temporary disable this test when executed on Windows. It is known to be sporadically failing.
|
||||
|
Loading…
Reference in New Issue
Block a user