Skip to content

Commit

Permalink
ttfi1: numsym: test for result type
Browse files Browse the repository at this point in the history
  • Loading branch information
suhailshergill committed Feb 5, 2015
1 parent 68f8b46 commit e77d7f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ttfi-core/src/test/scala/TTFITest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class ttfi1 extends WordSpec {
}

"NumSym" in {
expectResult(classOf[Long])(Final.NumSym.result1.getClass)
expectResult(0)(Final.NumSym.result1)
}

Expand Down

0 comments on commit e77d7f3

Please sign in to comment.