From 294600c8cbad6c2557ed417fc192019d359b21e1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 13 Jan 2020 23:17:38 -0800 Subject: Require oni-org for its unit tests --- test/oni-org-test.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') 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")))) -- cgit v1.2.3-54-g00ecf