Browse Source

Fix popup tests randomly failing after logical scrollable tests (#13098)

release/11.0.5-rc1
Julien Lebosquain 2 years ago
committed by Steven Kirk
parent
commit
b7ab5ad57f
  1. 2
      tests/Avalonia.Controls.UnitTests/ScrollViewerTests_ILogicalScrollable.cs

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

@ -11,7 +11,7 @@ using Xunit;
namespace Avalonia.Controls.UnitTests;
public class ScrollViewerTests_ILogicalScrollable
public class ScrollViewerTests_ILogicalScrollable : ScopedTestBase
{
[Fact]
public void Extent_Offset_And_Viewport_Should_Be_Read_From_ILogicalScrollable()

Loading…
Cancel
Save