Add argument to ‘format’
oops.
This commit is contained in:
parent
3c005ded28
commit
e09b37ab69
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
(file-exists-p (format "test/%s-test.el" module)))
|
(file-exists-p (format "test/%s-test.el" module)))
|
||||||
|
|
||||||
(defun integration-test-exists-p (module)
|
(defun integration-test-exists-p (module)
|
||||||
(file-exists-p (format "test/integration/%s.bats")))
|
(file-exists-p (format "test/integration/%s.bats" module)))
|
||||||
|
|
||||||
(defun prepare-value-for-yaml (object)
|
(defun prepare-value-for-yaml (object)
|
||||||
(pcase object
|
(pcase object
|
||||||
|
|
Loading…
Reference in a new issue