Skip to content

Commit

Permalink
#25 adjust test name
Browse files Browse the repository at this point in the history
  • Loading branch information
FRosner committed Aug 14, 2015
1 parent 24533d1 commit a371910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/de/frosner/ddq/CheckTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ class CheckTest extends FlatSpec with Matchers with BeforeAndAfterEach with Befo
Check(makeNullableStringDf(List("1", "0", "2"))).isConvertibleToBoolean("column", "1", "0").run shouldBe false
}

it should "fail if column values are empty" in {
it should "succeed if column values are convertible or null" in {
Check(makeNullableStringDf(List("1", "0", null))).isConvertibleToBoolean("column", "1", "0").run shouldBe true
}

Expand Down

0 comments on commit a371910

Please sign in to comment.