Skip to content

Commit bae3093

Browse files
committed
rename notebook
1 parent 7a75568 commit bae3093

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: notebooks/qualified_methods.clj renamed to notebooks/clojure_1_12/clj.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(ns qualified-methods
1+
(ns clojure-1-12.clj
22
{:nextjournal.clerk/no-cache true})
33

44
(String/.length "foo")

Diff for: test/nextjournal/clerk/clojure_1_12_test.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
(when (>= (:minor *clojure-version*) 12)
66
(deftest notebook-is-analyzed-without-errors-test
7-
(is (do (clerk/show! "notebooks/qualified_methods.clj")
7+
(is (do (clerk/show! "notebooks/clojure_1_12.clj")
88
true))))

0 commit comments

Comments
 (0)