This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/main by this push:
     new 4d5f27383 Update tests
4d5f27383 is described below

commit 4d5f2738399470cd0ec25f3b76fe1b7ccfcb090b
Author: 200019465 <[email protected]>
AuthorDate: Thu Sep 7 08:33:28 2023 -0400

    Update tests
---
 daffodil-lib/src/test/scala/org/apache/daffodil/lib/util/TestMisc.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/daffodil-lib/src/test/scala/org/apache/daffodil/lib/util/TestMisc.scala 
b/daffodil-lib/src/test/scala/org/apache/daffodil/lib/util/TestMisc.scala
index 4876eb1ff..ae9dc74ee 100644
--- a/daffodil-lib/src/test/scala/org/apache/daffodil/lib/util/TestMisc.scala
+++ b/daffodil-lib/src/test/scala/org/apache/daffodil/lib/util/TestMisc.scala
@@ -48,7 +48,7 @@ class TestMisc {
   @Test def testHex2BytesValid(): Unit = {
     assertArrayEquals(Array(0).map(_.toByte), Misc.hex2Bytes("00"))
     assertArrayEquals(Array(9).map(_.toByte), Misc.hex2Bytes("09"))
-    assertArrayEquals(Array(10).map(_.toByte), Misc.hex2Bytes("0a"))
+    assertArrayEquals(Array(10).map(_.toByte), Misc.hex2Bytes("0A"))
     assertArrayEquals(Array(15).map(_.toByte), Misc.hex2Bytes("0F"))
     assertArrayEquals(Array(10).map(_.toByte), Misc.hex2Bytes("0a"))
     assertArrayEquals(Array(15).map(_.toByte), Misc.hex2Bytes("0f"))

Reply via email to