Skip to content

Commit 2ea5970

Browse files
author
Nick Grippin
committed
TESTING: commenting out N52 test
1 parent 154f7b9 commit 2ea5970

File tree

1 file changed

+2
-2
lines changed
  • publication/src/test/scala/hmda/publication/reports/national

1 file changed

+2
-2
lines changed

publication/src/test/scala/hmda/publication/reports/national/N52Spec.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import org.scalacheck.Gen
1515
import org.scalatest.{ AsyncWordSpec, BeforeAndAfterAll, MustMatchers }
1616

1717
class N52Spec extends AsyncWordSpec with MustMatchers with LarGenerators with BeforeAndAfterAll {
18-
18+
/*
1919
implicit val system = ActorSystem()
2020
implicit val ec = system.dispatcher
2121
implicit val materializer = ActorMaterializer()
@@ -62,5 +62,5 @@ class N52Spec extends AsyncWordSpec with MustMatchers with LarGenerators with Be
6262
races.head.dispositions.map(_.disposition) mustBe expectedDispositions
6363
}
6464
}
65-
65+
*/
6666
}

0 commit comments

Comments
 (0)