소스 검색

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

Julien Lebosquain 2 년 전
부모
커밋
059c775bba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/Avalonia.Controls.UnitTests/ScrollViewerTests_ILogicalScrollable.cs

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