diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-07-17 15:34:09 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-07-17 15:34:09 +0200 |
commit | b2276b9a9a0a3167f1a89d83d473445c2ec1adc8 (patch) | |
tree | 929201683c846d84e8ba8258567d12b4539a92bf /t | |
parent | 50a37d8812c95c60203b0102db91f0c080d4d93b (diff) | |
download | App-ImapNotify-b2276b9a9a0a3167f1a89d83d473445c2ec1adc8.tar.gz App-ImapNotify-b2276b9a9a0a3167f1a89d83d473445c2ec1adc8.tar.xz |
t/noop: Fix writeline test message
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 't')
-rw-r--r-- | t/02_noop.t | 2 |
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; |