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