Skip to content

Commit

Permalink
CMR-7753 fixing broken test. (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
eereiter authored Nov 10, 2021
1 parent 0b07a40 commit 679311f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
(get-in [:results :entries])
first
:consortiums)]
(is (= ["cst11" "cst12"] consortiums-in-json))
(is (= ["cst21" "cst22"] consortiums-in-atom))))
(is (= ["consortium11" "consortium12"] consortiums-in-json))
(is (= ["consortium21" "consortium22"] consortiums-in-atom))))

(testing "consortium parameter search"
(are3 [items consortium options]
(let [params (merge {:consortium consortium}
Expand Down

0 comments on commit 679311f

Please sign in to comment.