Skip to content

Commit db8226a

Browse files
author
Russell Mull
committed
Fix naming in tests
1 parent 2620aaa commit db8226a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/micro_logic/core_test.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
(run 5 [q] (fives-and-sixes q))))
9393
))
9494

95-
(testing "walk*"
96-
(are [lvar s-map, value] (= value (walk* lvar s-map))
95+
(testing "deep-walk"
96+
(are [lvar s-map, value] (= value (deep-walk lvar s-map))
9797

9898
a {}, a
9999
a {a 2}, 2

0 commit comments

Comments
 (0)