remove placeholder tests

This commit is contained in:
Jazz Turner-Baggs 2025-07-04 13:37:06 -07:00
parent 90b3154c12
commit dc62e5ceaa
No known key found for this signature in database

View File

@ -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)