diff options
author | Sean Allred <code@seanallred.com> | 2015-01-01 14:09:02 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-01 14:09:02 -0500 |
commit | 6376a70f9d70f711723e144ea787cd0a79f7cd7b (patch) | |
tree | 469a2811e630d1bcddd371bab06153c9cfe1919c /test/test-util.el | |
parent | eed71f7024169c2d400ef5d0a84595d186c81bb0 (diff) |
Docstrings for tests
Diffstat (limited to 'test/test-util.el')
-rw-r--r-- | test/test-util.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-util.el b/test/test-util.el index 53dc200..49df274 100644 --- a/test/test-util.el +++ b/test/test-util.el @@ -1,5 +1,5 @@ (ert-deftest test-tree-filter () - "`sx-core-filter-data'" + "Test `sx-core-filter-data'" ;; flat (should (equal @@ -34,7 +34,7 @@ '(1 2 3))))) (ert-deftest thing-as-string () - "Tests `sx--thing-as-string'" + "Test `sx--thing-as-string'" (should (string= (sx--thing-as-string '(hello world (this is a test)) |