Skip to content

Commit

Permalink
Adjust test code
Browse files Browse the repository at this point in the history
  • Loading branch information
l3kn committed Mar 11, 2024
1 parent 0af1d19 commit dd71e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/org-fc-review-data-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

(should (equal (org-fc-review-data-names review-data) nil))

(org-fc-review-data-ensure-rows review-data '("front" "back"))
(org-fc-review-data-ensure-rows review-data '("front" "back") algo)
(should (equal (org-fc-review-data-names review-data) '("front" "back")))))

(ert-deftest org-fc-test-review-data-update ()
Expand Down

0 comments on commit dd71e87

Please sign in to comment.