diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index a183086..3a002aa 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -85,3 +85,9 @@ (is (= (compatibles? 'f64 5.0) true)) ) ) + +(deftest compatibles-test05 + (testing "Test 05 compatibles?" + (is (= (compatibles? 'String "Hola") true)) + ) +)