mirror of
https://github.com/corda/corda.git
synced 2024-12-23 23:02:29 +00:00
Move identity service tests (#1548)
Move identity service tests from net.corda.services.network to net.corda.services.identity to match the service classes they correspond to.
This commit is contained in:
parent
6ddb6c7cc2
commit
798e99a588
@ -1,4 +1,4 @@
|
||||
package net.corda.node.services.network
|
||||
package net.corda.node.services.identity
|
||||
|
||||
import net.corda.core.crypto.Crypto
|
||||
import net.corda.core.crypto.generateKeyPair
|
@ -1,4 +1,4 @@
|
||||
package net.corda.node.services.network
|
||||
package net.corda.node.services.identity
|
||||
|
||||
import net.corda.core.crypto.Crypto
|
||||
import net.corda.core.crypto.generateKeyPair
|
Loading…
Reference in New Issue
Block a user