Skip to content

Commit

Permalink
Merge pull request #195 from stephanh/patch-1
Browse files Browse the repository at this point in the history
Fixed bug in QTreeTest
  • Loading branch information
johnynek committed Sep 18, 2013
2 parents 8e5086e + 3dab7aa commit 8623270
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class QTreeTest extends Specification {
val quantile = math.random
val (lower, upper) = qt.quantileBounds(quantile)
val truth = trueQuantile(list, quantile)
lower must be_>=(lower)
truth must be_>=(lower)
truth must be_<=(upper)
}
"always contain the true range sum within its bounds" in {
Expand Down

0 comments on commit 8623270

Please sign in to comment.