Browse Source

Remove broken test for now

An issue will be made after merging because it's unrelated
pull/3008/head
Kermalis 7 years ago
parent
commit
2ee5a21dd7
  1. 2
      tests/Avalonia.Controls.UnitTests/WrapPanelTests.cs

2
tests/Avalonia.Controls.UnitTests/WrapPanelTests.cs

@ -106,7 +106,7 @@ namespace Avalonia.Controls.UnitTests
Children = Children =
{ {
new Border(), new Border(),
new Border { Width = 50, Height = 50 }, new Border(),
} }
}; };

Loading…
Cancel
Save