mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Fix failing test case
This commit is contained in:
@@ -483,7 +483,9 @@ namespace FancyZonesUnitTests
|
||||
|
||||
m_set->MoveWindowIntoZoneByPoint(window, Mocks::Window(), POINT{ 50, 50 });
|
||||
|
||||
Assert::IsTrue(std::vector<size_t>{ 2 } == m_set->GetZoneIndexSetFromWindow(window));
|
||||
// Move into the middle zone, since we're in the middle of the overlapped area.
|
||||
// See the implementation of ZonesFromPoint.
|
||||
Assert::IsTrue(std::vector<size_t>{ 1 } == m_set->GetZoneIndexSetFromWindow(window));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user