master
CrossNox 3 years ago
parent cd1742b350
commit 85973d341b
  1. 10
      test/rustint/core_test.clj

@ -266,3 +266,13 @@
)
)
)
(deftest convertir-formato-impresion-01
(testing "Test 01 convertir-formato-impresion"
(is (=
(convertir-formato-impresion '("Hola, mundo 2!"))
'("Hola, mundo 2!")
)
)
)
)

Loading…
Cancel
Save