master
CrossNox 3 years ago
parent b222ba2486
commit aa4ba3aa07
  1. 6
      test/rustint/core_test.clj

@ -133,3 +133,9 @@
(is (= (dividir 12 3) 4))
)
)
(deftest dividir-test02
(testing "Test 02 dividir"
(is (= (dividir 12.0 3) 4))
)
)

Loading…
Cancel
Save