Skip to content
This repository was archived by the owner on Jan 24, 2018. It is now read-only.

Commit cc9343c

Browse files
committed
Removed test for code that's no longer there.
1 parent d57262c commit cc9343c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/lcmap/rest/util_test.clj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22
(:require [clojure.test :refer :all]
33
[lcmap.rest.util :as util]))
44

5-
(deftest get-args-hash-test
6-
(are [a b] (= a b)
7-
(util/get-args-hash "model-name" "a" "b" "c")
8-
"7e564057bd312ec540d3fbdc208427ba"
9-
(util/get-args-hash "model-name" "a" "b" "c" [1 2 3])
10-
"83a13779b6a2fd6286335402c94468f4"
11-
(util/get-args-hash "model-name" :arg-1 "a" "b" "c" :arg-2 [1 2 3])
12-
"643eea8614e1118b4bd24bbdffef0d51"))
13-
145
(deftest make-bool-test
156
(are [a b] (= a b)
167
(util/make-bool 0) false

0 commit comments

Comments
 (0)