From: Michael Orlitzky Date: Sun, 5 Mar 2017 02:46:44 +0000 (-0500) Subject: Fix expected test output for AgendavMv. X-Git-Tag: 0.0.3~2 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=commitdiff_plain;h=d0f4b13d82c158238329dbdfc5b26be410e2e727 Fix expected test output for AgendavMv. --- diff --git a/test/test_mv.rb b/test/test_mv.rb index 968782b..a409304 100644 --- a/test/test_mv.rb +++ b/test/test_mv.rb @@ -27,7 +27,8 @@ class TestMv < MailshearsTest actual = output_buffer.string() expected = - "AgendavMv - Source user alice@example.com not found.\n" + + "AgendavMv - Moved user alice@example.com (User not found) " + + "to alice@example.net (User not found).\n" + "DavicalMv - Moved user alice@example.com (Principal ID: 1) " + "to alice@example.net (Principal ID: 1).\n" + "DovecotMv - Moved user alice@example.com " +