summaryrefslogtreecommitdiff
path: root/test/evil-collection-test.el
blob: 3c17b8a8d5e91fbba9761a287a8e942935127ab1 (plain)
1
2
3
4
5
6
7
8
;;; evil-collection-test.el --- Tests for evil-collection -*- lexical-binding: t -*-
(require 'evil-collection)

(ert-deftest evil-collection-zero-test ()
  "Zero check blank test."
  (should (equal 0 0)))

;;; evil-collection-test.el ends here