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") + ) +)