From dc62e5ceaa9a3055718cd22c9ddfb83717a1a708 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Fri, 4 Jul 2025 13:37:06 -0700 Subject: [PATCH] remove placeholder tests --- nim/tests/test_encoding.nim | 3 --- 1 file changed, 3 deletions(-) diff --git a/nim/tests/test_encoding.nim b/nim/tests/test_encoding.nim index 6d6adfa..a1ad7ba 100644 --- a/nim/tests/test_encoding.nim +++ b/nim/tests/test_encoding.nim @@ -11,6 +11,3 @@ suite "Type Encoding Tests": check x.message_id == decoded.message_id check x.retrieval_hint == decoded.retrieval_hint check x == decoded - - test "Multiplication works": - check(2 * 3 == 6) \ No newline at end of file