From b7ab5ad57fda26fe5f0b1d0adddbb87056992e51 Mon Sep 17 00:00:00 2001 From: Julien Lebosquain Date: Mon, 2 Oct 2023 00:31:56 +0200 Subject: [PATCH] Fix popup tests randomly failing after logical scrollable tests (#13098) --- .../ScrollViewerTests_ILogicalScrollable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Avalonia.Controls.UnitTests/ScrollViewerTests_ILogicalScrollable.cs b/tests/Avalonia.Controls.UnitTests/ScrollViewerTests_ILogicalScrollable.cs index 548680a92e..fdaba5ee5d 100644 --- a/tests/Avalonia.Controls.UnitTests/ScrollViewerTests_ILogicalScrollable.cs +++ b/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()