From 70e6fbadbddb99bbe86d7ac4e4fb5348c867173a Mon Sep 17 00:00:00 2001 From: CrossNox Date: Sat, 26 Nov 2022 22:08:21 -0300 Subject: [PATCH] add test for pasar-a-float --- test/rustint/core_test.clj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index d686343..03fa42f 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -7,3 +7,9 @@ (pasar-a-float 10) ) ) + +(deftest pasar-a-float-test02 + (testing "Test 02 pasar-a-float" + (pasar-a-float "10") + ) +)