diff --git a/tests/Avalonia.Controls.UnitTests/ScrollViewerTests_ILogicalScrollable.cs b/tests/Avalonia.Controls.UnitTests/ScrollViewerTests_ILogicalScrollable.cs index 548680a92e3..fdaba5ee5d4 100644 --- a/tests/Avalonia.Controls.UnitTests/ScrollViewerTests_ILogicalScrollable.cs +++ b/tests/Avalonia.Controls.UnitTests/ScrollViewerTests_ILogicalScrollable.cs @@ -11,7 +11,7 @@ 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()