aboutsummaryrefslogtreecommitdiff
path: root/tests/test-pearl-compose.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-pearl-compose.el')
-rw-r--r--tests/test-pearl-compose.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-pearl-compose.el b/tests/test-pearl-compose.el
index 4f4d611..db56ebc 100644
--- a/tests/test-pearl-compose.el
+++ b/tests/test-pearl-compose.el
@@ -107,7 +107,7 @@ Binds `captured' to the value the on-finish receives (or `:none'). Stubs
(test-pearl--in-issue
(let (sent)
(cl-letf (((symbol-function 'pearl--compose-in-buffer)
- (lambda (_label _instr initial on-finish)
+ (lambda (_label _instr initial on-finish &optional _team-id)
;; the composer would start empty for a new comment
(should (string= "" initial))
(funcall on-finish "see *bold* and `code`")))
@@ -136,7 +136,7 @@ Binds `captured' to the value the on-finish receives (or `:none'). Stubs
(test-pearl--in-issue
(let (seeded synced)
(cl-letf (((symbol-function 'pearl--compose-in-buffer)
- (lambda (_label _instr initial on-finish)
+ (lambda (_label _instr initial on-finish &optional _team-id)
(setq seeded initial)
(funcall on-finish "Edited description")))
((symbol-function 'pearl-sync-current-issue)