From cfd53b935ed8c640e45c9896f30af00b17c50b72 Mon Sep 17 00:00:00 2001 From: vieiraroger Date: Tue, 19 Dec 2023 16:42:39 -0300 Subject: [PATCH] testing build on windows --- test/abathur/commands_test.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/abathur/commands_test.clj b/test/abathur/commands_test.clj index ed62864..313f07f 100644 --- a/test/abathur/commands_test.clj +++ b/test/abathur/commands_test.clj @@ -12,10 +12,12 @@ (testing "pwd after start the system" (let [path (:path (start-path)) pwd (commands/pwd)] + (println pwd) (is (= path (:message pwd))) (is (:status pwd))))) + (deftest rm-and-mkdir-test (let [folder-name "testing2321323" file-name "adasdqeqe14123"]