summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Dalziel <tom_dl@hotmail.com>2024-02-19 12:50:03 +0100
committerTom Dalziel <33435574+tomdl89@users.noreply.github.com>2024-03-25 09:52:22 +0100
commitda05c60b0621cf33161bb4335153f75ff5c29d91 (patch)
tree316d51d49f9b340c7906c8fdaf3c00448a931e85
parent14dc693ed971053feb9596d4bc1b1de0b0006584 (diff)
Fix testsHEADmaster
-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
?\) '("(" . ")")
?\] '("[" . "]")
?\} '("{" . "}")