diff options
Diffstat (limited to 'compat-tests.el')
| -rw-r--r-- | compat-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-tests.el b/compat-tests.el index 10d9a9b..b736015 100644 --- a/compat-tests.el +++ b/compat-tests.el @@ -92,7 +92,7 @@ (defconst compat-tests--version (package-get-version)) (ert-deftest compat-package-get-version () (should (stringp compat-tests--version)) - (should-equal 29 (car (version-to-list compat-tests--version)))) + (should-equal 30 (car (version-to-list compat-tests--version)))) (ert-deftest compat-buffer-match-p () (let ((b "*compat-test-buffer*") |
