summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/evil-surround-test.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/evil-surround-test.el b/test/evil-surround-test.el
index 0ebd4c4..41b2d04 100644
--- a/test/evil-surround-test.el
+++ b/test/evil-surround-test.el
@@ -5,8 +5,8 @@
(require 'evil-test-helpers)
;; interactive test helper (this is the standard configuration)
-(evil-add-to-alist
- 'evil-surround-pairs-alist
+(evil--add-to-alist
+ evil-surround-pairs-alist
?\) '("(" . ")")
?\] '("[" . "]")
?\} '("{" . "}")