Skip to content

Commit

Permalink
ErgoNodeViewHolderSpecification cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
catena2w committed Jun 19, 2018
1 parent 22f7763 commit 825815f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,7 @@ class ErgoNodeViewHolderSpecification extends ErgoPropertyTest with BeforeAndAft
}
}

// val cases: List[TestCase] = List(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11)
val cases: List[TestCase] = List(t7)
val cases: List[TestCase] = List(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11)

allConfigs.foreach { c =>
cases.foreach { t =>
Expand Down

0 comments on commit 825815f

Please sign in to comment.