Skip to content

Commit

Permalink
Update required elements from clojure.test in ex_2_68_test
Browse files Browse the repository at this point in the history
The required elements in the ex_2_68_test.clj file have been modified to specifically include only 'deftest' and 'is' from clojure.test. This was done to make the code cleaner and more efficient.
  • Loading branch information
Denis Smet committed Jan 30, 2024
1 parent b18999c commit 0acb89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sicp/chapter_2/part_3/ex_2_68_test.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns sicp.chapter-2.part-3.ex-2-68-test
(:require [clojure.test :refer :all]
(:require [clojure.test :refer [deftest is]]
[sicp.chapter-2.part-3.book-2-3 :as b23]
[sicp.chapter-2.part-3.ex-2-68 :refer [encode encode-symbol]]))

Expand Down

0 comments on commit 0acb89c

Please sign in to comment.