From 76b5bc42729109f105d8e043a29f0ed700273241 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Sun, 27 Nov 2022 13:21:27 -0300 Subject: [PATCH] fix test --- test/rustint/core_test.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index 9faf6bd..c7acccb 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -263,5 +263,6 @@ (convertir-formato-impresion '("Hola, mundo!")) '("Hola, mundo!") ) + ) ) )