Corrected test case to reflect page removal

This commit is contained in:
BONNEVILLE Geoffroy
2018-01-03 11:37:09 +01:00
parent 047fca32bf
commit 4ae02fc07b

View File

@@ -31,7 +31,7 @@ namespace ModernKeePassApp.Test
var mainVm = new MainVm(null, null, database, _resource, _recent);
Assert.AreEqual(1, mainVm.MainMenuItems.Count());
var firstGroup = mainVm.MainMenuItems.FirstOrDefault();
Assert.AreEqual(7, firstGroup.Count());
Assert.AreEqual(6, firstGroup.Count());
database.Status = 1;
mainVm = new MainVm(null, null, database, _resource, _recent);