We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154f7b9 commit 2ea5970Copy full SHA for 2ea5970
publication/src/test/scala/hmda/publication/reports/national/N52Spec.scala
@@ -15,7 +15,7 @@ import org.scalacheck.Gen
15
import org.scalatest.{ AsyncWordSpec, BeforeAndAfterAll, MustMatchers }
16
17
class N52Spec extends AsyncWordSpec with MustMatchers with LarGenerators with BeforeAndAfterAll {
18
-
+ /*
19
implicit val system = ActorSystem()
20
implicit val ec = system.dispatcher
21
implicit val materializer = ActorMaterializer()
@@ -62,5 +62,5 @@ class N52Spec extends AsyncWordSpec with MustMatchers with LarGenerators with Be
62
races.head.dispositions.map(_.disposition) mustBe expectedDispositions
63
}
64
65
+*/
66
0 commit comments