fixes another test

This commit is contained in:
Shannon
2014-02-20 23:11:27 +11:00
parent 7dae412a29
commit 9a608674eb

View File

@@ -920,8 +920,8 @@ namespace Umbraco.Tests.Services
ServiceContext.MemberService.Save(customMember);
var found = ServiceContext.MemberService.GetById(customMember.Id);
Assert.AreEqual(string.Empty, found.Comments);
Assert.IsTrue(found.Comments.IsNullOrWhiteSpace());
}
}