Browse Source
Fix popup tests randomly failing after logical scrollable tests (#13098)
pull/13106/head
Julien Lebosquain
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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() |
|
|
|
|