Browse Source

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

Julien Lebosquain 2 years ago
parent
commit
059c775bba

+ 1 - 1
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()