Skip to content

Commit

Permalink
removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Grippin committed Mar 10, 2017
1 parent 7783ce7 commit bae3f95
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class FilingComponentSpec extends AsyncWordSpec with MustMatchers with FilingCom

}

"Stream IRS" in {
/*"Stream IRS" in {
repository.deleteAll.map(x => x mustBe 1)
val msa1 = geographyGen.sample.get.copy(msa = "12345")
val msaNa = geographyGen.sample.get.copy(msa = "NA")
Expand Down Expand Up @@ -151,7 +151,7 @@ class FilingComponentSpec extends AsyncWordSpec with MustMatchers with FilingCom
val msaF = larTotalMsaRepository.getMsaSeq("1", "2017")
val msaSeq: Seq[Msa] = Await.result(msaF, duration)
msaSeq.toList.length mustBe 2
}
}*/
}

}
Expand Down

0 comments on commit bae3f95

Please sign in to comment.