branch: master
commit 6d801a64c04045a68de4d08baeb1a9e1b8c3010f
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
ivy-test.el (ivy-read): Update test.
REQUIRE-MATCH is nil by default.
---
ivy-test.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ivy-test.el b/ivy-test.el
index dfc1985..13a1467 100644
--- a/ivy-test.el
+++ b/ivy-test.el
@@ -59,4 +59,4 @@
(should (equal
(ivy-with '(ivy-read "pattern: " '("blue" "yellow"))
"z C-m")
- nil)))
+ "z")))