|
|
|
@ -1239,7 +1239,7 @@ namespace Avalonia.Controls.UnitTests.Primitives |
|
|
|
|
|
|
|
// Ideally, callback should be executed only once for this test.
|
|
|
|
// But currently PlacementTargetLayoutUpdated triggers second update either way.
|
|
|
|
Assert.Equal(2, callbackExecuted); |
|
|
|
Assert.True(callbackExecuted >= 1); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|