Skip to content

Commit

Permalink
delete reimplemented test
Browse files Browse the repository at this point in the history
  • Loading branch information
tasxatzial committed Nov 6, 2024
1 parent 3001644 commit cd73072
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions exercises/practice/word-count/test/word_count_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,8 @@
"stop" 2}
(word-count/word-count "go Go GO Stop stop")))))

(deftest test-4185a902-bdb0-4074-864c-f416e42a0f19
(testing "with apostrophes 1"
(is (= {"first" 1
"don't" 2
"laugh" 1
"then" 1
"cry" 1}
(word-count/word-count "First: don't laugh. Then: don't cry.")))))

(deftest test-4ff6c7d7-fcfc-43ef-b8e7-34ff1837a2d3
(testing "with apostrophes 2"
(testing "with apostrophes"
(is (= {"first" 1
"don't" 2
"laugh" 1
Expand Down

0 comments on commit cd73072

Please sign in to comment.