Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Sep 20, 2023
1 parent 978adc3 commit 0087283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/com/eldrix/hermes/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
(is (->> (hermes/reverse-map *svc* 447562003 "G35")
(map :mapTarget)
(every? #(.startsWith % "G35")))
"Reverse map prefix returns items with a map target not fulfulling original request ")
"Reverse map prefix returns items with a map target not fulfilling original request ")
(is (->> (hermes/reverse-map-prefix *svc* 447562003 "I30")
(map :mapTarget)
(every? #(.startsWith % "I30")))
Expand Down

0 comments on commit 0087283

Please sign in to comment.