Skip to content

Commit

Permalink
failing unit test with 'fixme != 'foo'
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbergmann committed Jan 23, 2022
1 parent c092826 commit c169460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lfe/test/gilded-rose-test.lfe
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
(include-lib "include/gilded-rose-item.lfe")

(deftest update-quality-test
(is-equal "foo" (item-name (car (update-quality
(list (make-item name "foo" sellin 0 quality 0)))))))
(is-equal "fixme" (item-name (car (update-quality
(list (make-item name "foo" sellin 0 quality 0)))))))

0 comments on commit c169460

Please sign in to comment.