Skip to content

Commit 52b6b95

Browse files
liquidzbbatsov
authored andcommitted
Update test data for clojuredocs middleware
1 parent 877344a commit 52b6b95

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ JAVA_VERSION = $(shell lein with-profile +sysutils \
77
sysutils :java-version-simple | cut -d " " -f 2)
88

99
test/resources/cider/nrepl/clojuredocs/export.edn:
10-
curl -o $@ https://clojuredocs-edn.netlify.com/export.edn
10+
curl -o $@ https://clojuredocs-edn.netlify.com/export.compact.edn
1111

1212
.inline-deps:
1313
lein inline-deps

src/cider/nrepl.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,13 +483,13 @@
483483
:handles {"clojuredocs-refresh-cache"
484484
{:doc "Reload exported documents file from ClojureDocs, and store it as a cache."
485485
:requires {}
486-
:optional {"export-edn-url" "EDN file URL exported from ClojureDocs. Defaults to \"https://clojuredocs-edn.netlify.com/export.edn\"."}
486+
:optional {"export-edn-url" "EDN file URL exported from ClojureDocs. Defaults to \"https://clojuredocs-edn.netlify.com/export.compact.edn\"."}
487487
:returns {"status" "\"ok\" if reloading was successful"}}
488488
"clojuredocs-lookup"
489489
{:doc "Return a map of information in ClojureDocs."
490490
:requires {"ns" "The namespace where `symbol` is define."
491491
"symbol" "The symbol to lookup."}
492-
:optional {"export-edn-url" "EDN file URL exported from ClojureDocs. Defaults to \"https://clojuredocs-edn.netlify.com/export.edn\"."}
492+
:optional {"export-edn-url" "EDN file URL exported from ClojureDocs. Defaults to \"https://clojuredocs-edn.netlify.com/export.compact.edn\"."}
493493
:returns {"clojuredocs" "A map of information in ClojureDocs."
494494
"status" "\"no-document\" if there is no document matching to `ns` and `symbol`."}}}})
495495

test/resources/cider/nrepl/clojuredocs/export.edn

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)