Browse Source

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

pull/13106/head
Julien Lebosquain 3 years ago
committed by GitHub
parent
commit
059c775bba
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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