From f23a497aec3ada69ec47e231ba104d6439abca66 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Tue, 29 Nov 2022 10:29:42 -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 a068392..1d689e6 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -176,6 +176,12 @@ ) ) +(deftest dividir-test09 + (testing "Test 09 dividir" + (is (= (dividir 17.0 8.0) 2.125)) + ) +) + (deftest identificador-test01 (testing "Test 01 identificador" (is (= (identificador? 'boolean) true))