Use format instead of hardcode string
This commit is contained in:
parent
c4b79b2829
commit
a2c0085cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
||||||
(counsel-projectile-find-file)
|
(counsel-projectile-find-file)
|
||||||
(expect
|
(expect
|
||||||
'ivy-read
|
'ivy-read
|
||||||
:to-have-been-called-with "[29.1] Find file: "
|
:to-have-been-called-with (format "[%s] Find file: " emacs-version)
|
||||||
nil
|
nil
|
||||||
:matcher 'counsel-projectile--find-file-matcher
|
:matcher 'counsel-projectile--find-file-matcher
|
||||||
:require-match t
|
:require-match t
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue