diff options
author | Thanos Apollo <[email protected]> | 2024-07-16 17:19:07 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-16 17:19:07 +0300 |
commit | 68e7fcc6bd04ead7824cf717c657b907d66dc75d (patch) | |
tree | 632de6cb2d47c61193833651ebf471cca70a7f59 /gnosis-test.el | |
parent | 07c86227b321c19a86fd618811b386258488c0aa (diff) |
tests: Update cloze notes
* Add hint
Diffstat (limited to 'gnosis-test.el')
-rw-r--r-- | gnosis-test.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnosis-test.el b/gnosis-test.el index 46edcf1..3104789 100644 --- a/gnosis-test.el +++ b/gnosis-test.el @@ -97,8 +97,7 @@ by the thoracodorsal nerve." (when (y-or-n-p "Add multimple Clozes note?") (dotimes (_ num) (gnosis-add-note--cloze :deck testing-deck - :note "this is a {c1:note}, a note with multiple {c1:clozes}" - :hint "note" + :note "this is a {c1:note}, a note with multiple {c1:clozes::what}" :tags (gnosis-test-random-items gnosis-test-tags 2) :images (cons gnosis-test-image gnosis-test-image) :extra "extra"))) |