X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=test%2Ftest_mv.rb;h=a409304b27ae44ae7f8ef07339d12feb517938d8;hb=d0f4b13d82c158238329dbdfc5b26be410e2e727;hp=968782b5548e92c110c1d6063cf9cb64ea3a79a9;hpb=9736c1e9209b5d0868aa70aed86d31aa78bf159b;p=mailshears.git 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 " +