Skip to content

Commit

Permalink
Removed erroneous asserts in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
svtk committed Mar 28, 2017
1 parent fcbd858 commit fdc9d24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/iv_properties/_35_Delegates_How_It_Works.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ class _35_Delegates_How_It_Works {
assertEquals(2014, d.date.year)
assertEquals(1, d.date.month)
assertEquals(13, d.date.dayOfMonth)
assertEquals(d.date, 1392220800000.toDate())
assertEquals(1392220800000, d.date.toMillis())
}
}

0 comments on commit fdc9d24

Please sign in to comment.