Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn committed Nov 7, 2019
1 parent 43bed63 commit a7428cc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ class IntervalUtilsSuite extends SparkFunSuite {

test("negate") {
assert(negate(new CalendarInterval(1, 2, 3)) === new CalendarInterval(-1, -2, -3))

}

test("subtract one interval by another") {
Expand Down

0 comments on commit a7428cc

Please sign in to comment.