aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/oni-org-test.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/oni-org-test.el b/test/oni-org-test.el
index dfaf11a..8176afb 100644
--- a/test/oni-org-test.el
+++ b/test/oni-org-test.el
@@ -1,3 +1,5 @@
+(require 'oni-org)
+
(ert-deftest oni-org-test-color-for ()
"Test that ‘oni-org-color-for’ returns a hex color name."
(should (string= "#acbd18" (oni-org-color-for "foo"))))