Skip to content

Commit

Permalink
Remove test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Jun 19, 2024
1 parent eacdf9e commit 2ded6d5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions exercises/practice/zebra-puzzle/zebra-puzzle-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,10 @@


(ert-deftest resident-who-drinks-water ()
;; Function under test: drinks-water
;; Input: {}
;; Expected: "Norwegian"
(should (string= (drinks-water) "Norwegian")))


(ert-deftest resident-who-owns-zebra ()
;; Function under test: owns-zebra
;; Input: {}
;; Expected: "Japanese"
(should (string= (owns-zebra) "Japanese")))


Expand Down

0 comments on commit 2ded6d5

Please sign in to comment.