diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index 82aa507..dce8f51 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -43,3 +43,9 @@ (is (= (pasar-a-int 10.0) 10)) ) ) + +(deftest pasar-a-int-test03 + (testing "Test 03 int pasar-a-int" + (is (= (pasar-a-int 10) 10)) + ) +)