From ad86e2c4fcd57f90a08e96365240776227113a71 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 29 Jan 2021 22:41:12 +0200 Subject: [PATCH] mu-contacts: cosmetic --- lib/mu-contacts.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/mu-contacts.cc b/lib/mu-contacts.cc index bf91628b..f562010a 100644 --- a/lib/mu-contacts.cc +++ b/lib/mu-contacts.cc @@ -332,21 +332,21 @@ test_mu_contacts_01() g_assert_cmpuint (contacts.size(), ==, 0); contacts.add(Mu::ContactInfo ("Foo ", - "foo.bar@example.com", "Foo", false, 12345)); + "foo.bar@example.com", "Foo", false, 12345)); g_assert_false (contacts.empty()); g_assert_cmpuint (contacts.size(), ==, 1); contacts.add(Mu::ContactInfo ("Cuux ", - "cuux@example.com", "Cuux", false, 54321)); + "cuux@example.com", "Cuux", false, 54321)); g_assert_cmpuint (contacts.size(), ==, 2); contacts.add(Mu::ContactInfo ("foo.bar@example.com", - "foo.bar@example.com", "Foo", false, 77777)); + "foo.bar@example.com", "Foo", false, 77777)); g_assert_cmpuint (contacts.size(), ==, 2); contacts.add(Mu::ContactInfo ("Foo.Bar@Example.Com", - "Foo.Bar@Example.Com", "Foo", false, 88888)); + "Foo.Bar@Example.Com", "Foo", false, 88888)); g_assert_cmpuint (contacts.size(), ==, 2); // note: replaces first.