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 8, 2024
1 parent 3001644 commit f7d7978
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
6 changes: 3 additions & 3 deletions exercises/practice/word-count/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"authors": [
"rubysolo",
"tasxatzial"
"rubysolo"
],
"contributors": [
"achengs",
Expand All @@ -16,7 +15,8 @@
"sjwarner-bp",
"tejasbubane",
"walkermatt",
"yurrriq"
"yurrriq",
"tasxatzial"
],
"files": {
"solution": [
Expand Down
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 f7d7978

Please sign in to comment.