From 857d3c4c08ea0773993bce5bd90c3bc3a6f74b26 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Thu, 11 Dec 2025 17:52:39 -0800 Subject: [PATCH] Update tests --- tests/test_naxolotl.nim | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/tests/test_naxolotl.nim b/tests/test_naxolotl.nim index a4edb9b..9ce0c41 100644 --- a/tests/test_naxolotl.nim +++ b/tests/test_naxolotl.nim @@ -31,7 +31,6 @@ proc hexToArray*[N: static[int]](hexStr: string): array[N, byte] = "Hex string length (" & $hexStr.len & ") doesn't match array size (" & $( N*2) & ")") - var result: array[N, byte] for i in 0..