scalafix ExplicitResultTypes - for implicit members
This commit is contained in:
parent
2c6e349c7e
commit
02b9b30354
105 changed files with 153 additions and 117 deletions
|
|
@ -84,7 +84,7 @@ abstract class DurableDataSpec(multiNodeConfig: DurableDataSpecConfig)
|
|||
override def initialParticipants = roles.size
|
||||
|
||||
val cluster = Cluster(system)
|
||||
implicit val selfUniqueAddress = DistributedData(system).selfUniqueAddress
|
||||
implicit val selfUniqueAddress: SelfUniqueAddress = DistributedData(system).selfUniqueAddress
|
||||
val timeout = 14.seconds.dilated // initialization of lmdb can be very slow in CI environment
|
||||
val writeTwo = WriteTo(2, timeout)
|
||||
val readTwo = ReadFrom(2, timeout)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue