Skip to content

Commit

Permalink
Update exercises/practice/scrabble-score/test/scrabble_score_test.clj
Browse files Browse the repository at this point in the history
Co-authored-by: Anastasios Chatzialexiou <[email protected]>
  • Loading branch information
ErikSchierboom and tasxatzial authored Jan 12, 2025
1 parent 22b38b3 commit 61cd060
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns scrabble-score-test
(:require [clojure.test :refer [deftest testing is]]
scrabble-score))
scrabble-score))

(deftest score-word_test_1
(testing "lowercase letter"
Expand Down

0 comments on commit 61cd060

Please sign in to comment.