diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index 21ac491..0e68423 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -170,8 +170,8 @@ ) ) -(deftest identificador-test02 - (testing "Test 02 identificador" - (is (= (identificador? 'bool) false)) +(deftest palabra-reservada-test01 + (testing "Test 01 palabra reservada" + (is (= (palabra-reservada? 'while) true)) ) )