Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Feb 24, 2016
1 parent 2a4f4de commit a255d95
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,9 @@ class ExpressionSetSuite extends SparkFunSuite {
assert((initialSet + (aUpper + 2)).size == 2)
assert((initialSet - (aUpper + 1)).size == 0)
assert((initialSet - (aUpper + 2)).size == 1)

assert((initialSet + (aLower + 1)).size == 1)
assert((initialSet - (aLower + 1)).size == 0)

}
}

0 comments on commit a255d95

Please sign in to comment.