Skip to content

Commit

Permalink
Merge pull request #59 from penland365/long-null-decoder-test
Browse files Browse the repository at this point in the history
Fixed Long Decoding test.
  • Loading branch information
penland365 committed May 10, 2016
2 parents 882ee39 + 3b903e6 commit 40c5103
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -162,7 +162,7 @@ final class NumericDecodersSpec extends Specification with ScalaCheck { def is =
Decoders.longElementDecoder.binaryDecoder(xs) must throwA[ElementDecodingFailure]
}

val testNullDecoding = Decoders.intElementDecoder.nullDecoder must throwA[NullDecodedFailure]
val testNullDecoding = Decoders.longElementDecoder.nullDecoder must throwA[NullDecodedFailure]

/** testValidTextDecoding */
protected case class LongStringContainer(long: Long, longString: String)
Expand Down

0 comments on commit 40c5103

Please sign in to comment.