]> code.delx.au - gnu-emacs-elpa/commitdiff
ivy-test.el (ivy-read): Update test.
authorOleh Krehel <ohwoeowho@gmail.com>
Wed, 22 Apr 2015 15:31:24 +0000 (17:31 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Wed, 22 Apr 2015 15:31:24 +0000 (17:31 +0200)
REQUIRE-MATCH is nil by default.

ivy-test.el

index dfc19855654439873fc48063fe7b71fa0cd4ce88..13a1467d2cc97c75f7cdac2f36f3dd187a3584bd 100644 (file)
@@ -59,4 +59,4 @@
   (should (equal
            (ivy-with '(ivy-read "pattern: " '("blue" "yellow"))
                      "z C-m")
-           nil)))
+           "z")))