From 62aae7baed247c7218e984b81b4308cc4cbac8a1 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Tue, 29 Nov 2022 10:28:47 -0300 Subject: [PATCH] add test 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 ad7bdce..c3d75df 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -164,6 +164,12 @@ ) ) +(deftest dividir-test07 + (testing "Test 07 dividir" + (is (= (dividir 1.4 0.7) 2.0)) + ) +) + (deftest identificador-test01 (testing "Test 01 identificador" (is (= (identificador? 'boolean) true))