diff options
-rw-r--r-- | gnosis-test.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis-test.el b/gnosis-test.el index 24dc4bc..46edcf1 100644 --- a/gnosis-test.el +++ b/gnosis-test.el @@ -88,9 +88,9 @@ by the thoracodorsal nerve." :tags (gnosis-test-random-items gnosis-test-tags 2)))) (when (y-or-n-p "Add single Cloze type?") (dotimes (_ num) + ;; TODO: Update tests for include hints. (gnosis-add-note--cloze :deck testing-deck :note "this is a {c1:note}" - :hint "note" :tags (gnosis-test-random-items gnosis-test-tags 2) :images (cons gnosis-test-image gnosis-test-image) :extra "extra"))) |