This commit is contained in:
Wiesław Šoltés 2016-09-01 23:56:30 +02:00
Родитель ad15f6c301
Коммит a3734bb15b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -852,8 +852,8 @@ namespace ReactiveHistory.UnitTests
{
var history = new StackHistory();
var target = new ObservableCollection<Item>();
var item0 = new Item("item0");
target.Add(item0);
Assert.Equal(1, target.Count);
Assert.Equal(0, history.Undos.Count);