Skip to content

Commit 8701ddd

Browse files
hromagnumoubiwann
authored andcommitted
Get a specific value from the results.
1 parent 5eaddf0 commit 8701ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/meson/client/master_test.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
(deftest ^:integration get-version
1616
(let [c (master/->client {:master "127.0.0.1:5050"})]
17-
(is (= (sort (keys (master/get-version c)))
18-
[:build_date :build_time :build_user :version]))))
17+
(is (= (:version (master/get-version c))
18+
"1.0.1"))))
1919

2020
;;; System Tests ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2121

0 commit comments

Comments
 (0)