Skip to content

Commit

Permalink
* typos
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Feb 27, 2024
1 parent bd113c6 commit 328b4bf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/test/cljs/cljs/var_test.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; You must not remove this notice, or any other, from this software.

(ns cljs.var-test
(:require [cljs.test :refer-macros [deftest is]]))
(:require [cljs.test :refer-macros [deftest is testing]]))

(defn cljs-3411-function
"this function adds two numbers"
Expand All @@ -18,6 +18,5 @@

(deftest cljs-3411
(testing "cljs.core/test respects docstring"
(is (= :ok (test cljs-3411)))
;(is (= :ok (test #'cljs-3411)))
))
(is (= :ok (test cljs-3411-function)))
(is (= :ok (test #'cljs-3411-function)))))

0 comments on commit 328b4bf

Please sign in to comment.