From 48f46ab9964d84dbed2813b75c12bf015e2ddcd2 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Sun, 27 Nov 2022 13:56:44 -0300 Subject: [PATCH] fix test --- src/rustint/core.clj | 1 - test/rustint/core_test.clj | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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!")