Formatted test
This commit is contained in:
Родитель
ad15f6c301
Коммит
a3734bb15b
|
@ -852,8 +852,8 @@ namespace ReactiveHistory.UnitTests
|
||||||
{
|
{
|
||||||
var history = new StackHistory();
|
var history = new StackHistory();
|
||||||
var target = new ObservableCollection<Item>();
|
var target = new ObservableCollection<Item>();
|
||||||
|
|
||||||
var item0 = new Item("item0");
|
var item0 = new Item("item0");
|
||||||
|
|
||||||
target.Add(item0);
|
target.Add(item0);
|
||||||
Assert.Equal(1, target.Count);
|
Assert.Equal(1, target.Count);
|
||||||
Assert.Equal(0, history.Undos.Count);
|
Assert.Equal(0, history.Undos.Count);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче