You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is a class here to take advantage of a constructor parameter for the config object, so we'll need to figure out another way of handling that.
The text was updated successfully, but these errors were encountered:
scala-test-utils/src/main/scala/com/dwolla/testutils/akka/AkkaTestKitSpecs2Support.scala
Line 11 in a54f08d
Because this is a
class
and not atrait
, thedelayedInit
function is called twice. In some cases this defeats the purpose of shutting down the actor system inafter
.I think this is a
class
here to take advantage of a constructor parameter for theconfig
object, so we'll need to figure out another way of handling that.The text was updated successfully, but these errors were encountered: