diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index ed24497..cf18105 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -13,3 +13,9 @@ (is (= (pasar-a-float "10") 10.0)) ) ) + +(deftest pasar-a-float-test03 + (testing "Test 03 pasar-a-float" + (is (= (pasar-a-float 10.0) 10.0)) + ) +)