diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index 9b7bcf4..a16a073 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -25,3 +25,9 @@ (is (= (pasar-a-float 'a) 'a)) ) ) + +(deftest pasar-a-float-test05 + (testing "Test 05 pasar-a-float" + (is (= (pasar-a-float [10]) [10])) + ) +)