diff --git a/src/rustint/core.clj b/src/rustint/core.clj index cd32748..62fedb3 100644 --- a/src/rustint/core.clj +++ b/src/rustint/core.clj @@ -2179,7 +2179,6 @@ ) (defn get-rust-formatters [s] - (println s) (flush) (map last (re-seq #"\{:?(.\d)?\}" s)) ) diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index d561209..d599fe1 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -267,8 +267,8 @@ ) ) -(deftest convertir-formato-impresion-01 - (testing "Test 01 convertir-formato-impresion" +(deftest convertir-formato-impresion-02 + (testing "Test 02 convertir-formato-impresion" (is (= (convertir-formato-impresion '("Hola, mundo 2!")) '("Hola, mundo 2!")