Skip to content

Commit

Permalink
Fix popup tests randomly failing after logical scrollable tests (#13098)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJul authored and grokys committed Oct 2, 2023
1 parent 388e282 commit b7ab5ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b7ab5ad

Please sign in to comment.