diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/ConversionUtilsSpec.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ConversionUtilsSpec.scala b/test/ConversionUtilsSpec.scala index 74a5b89..ec07cb0 100644 --- a/test/ConversionUtilsSpec.scala +++ b/test/ConversionUtilsSpec.scala @@ -22,7 +22,7 @@ class ConversionUtilsSpec extends FreeSpec with MustMatchers { "when the string is not an even length" - { "prepends a 0" in { - hexStr2Bytes("2123").toArray must equal(hexStr2Bytes("0123").toArray) + hexStr2Bytes("123").toArray must equal(hexStr2Bytes("0123").toArray) } } } |