diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index c3d75df..a068392 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -170,6 +170,12 @@ ) ) +(deftest dividir-test08 + (testing "Test 08 dividir" + (is (= (dividir 1.75 1.25) 1.4)) + ) +) + (deftest identificador-test01 (testing "Test 01 identificador" (is (= (identificador? 'boolean) true))