Browse Source

Fixed LeakTests

pull/2705/head
Nikita Tsukanov 7 years ago
parent
commit
49b8d24d0b
  1. 2
      tests/Avalonia.LeakTests/ControlTests.cs

2
tests/Avalonia.LeakTests/ControlTests.cs

@ -279,7 +279,7 @@ namespace Avalonia.LeakTests
DataTemplates =
{
new FuncTreeDataTemplate<Node>(
x => new TextBlock { Text = x.Name },
(x, _) => new TextBlock { Text = x.Name },
x => x.Children)
},
Items = nodes

Loading…
Cancel
Save