Use format instead of hardcode string
Some checks failed
/ Test on 28.2 (push) Failing after 3m21s
/ Test on snapshot (push) Waiting to run
/ Test on 29.4 (push) Has been cancelled

This commit is contained in:
Maciej 2024-09-02 12:50:03 +03:00
parent c4b79b2829
commit a2c0085cf1
Signed by: maciej
GPG key ID: 41D62D42D3B0D765

View file

@ -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