From 46db5c492be9411784353d2f3983f454b092d35f Mon Sep 17 00:00:00 2001 From: CrossNox Date: Tue, 29 Nov 2022 10:29:06 -0300 Subject: [PATCH] add test for dividir --- test/rustint/core_test.clj | 6 ++++++ 1 file changed, 6 insertions(+) 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))