summaryrefslogtreecommitdiffstats
path: root/t/02_noop.t
diff options
context:
space:
mode:
Diffstat (limited to 't/02_noop.t')
-rw-r--r--t/02_noop.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/02_noop.t b/t/02_noop.t
index c00a3c2..f1d4ab5 100644
--- a/t/02_noop.t
+++ b/t/02_noop.t
@@ -68,6 +68,6 @@ eq_or_diff([grep { $_->[0] eq "writeline" } $socket->_calls()->@*], [
['writeline', [$socket, "CMD-1 select INBOX\r\n"]],
['writeline', [$socket, "CMD-2 notify set (selected (MessageExpunge MessageNew (uid body.peek[header.fields (from to subject)]))) (mailboxes (INBOX INBOX.test) (MessageNew MessageExpunge MailboxName))\r\n"]],
['writeline', [$socket, "CMD-3 noop\r\n"]],
- ], "notifier is called correctly");
+ ], "socket writeline is called correctly");
done_testing;