summaryrefslogtreecommitdiffstatshomepage
path: root/tests/nroam-test.el
diff options
context:
space:
mode:
authorGravatar Damien Cassou2021-03-19 11:14:10 +0100
committerGravatar Damien Cassou2021-03-19 11:14:10 +0100
commite4b35b34e82f264e98a72409c643d842e75fc586 (patch)
treeb2ad4242e2b62b371ec0af6f9f87a105e5fe1060 /tests/nroam-test.el
parente6bd64814e4cb3b2ef0168b05245618eea435276 (diff)
downloadnroam-e4b35b34e82f264e98a72409c643d842e75fc586.tar.gz
nroam-e4b35b34e82f264e98a72409c643d842e75fc586.zip
* tests/nroam-test.el: Fix typo.
Diffstat (limited to 'tests/nroam-test.el')
-rw-r--r--tests/nroam-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nroam-test.el b/tests/nroam-test.el
index 63e5b8a..f75a7bb 100644
--- a/tests/nroam-test.el
+++ b/tests/nroam-test.el
@@ -40,7 +40,7 @@ Execute BODY and cleanup the file and buffer after that."
(nroam-test-with-temp-file-buffer (insert "foo"))
(describe "nroam"
- (describe "nroam-more"
+ (describe "nroam-mode"
(it "creates nroam sections immediately"
(nroam-test-with-temp-file-buffer
(insert "#+title: my notes\n")