mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Spelling: ... fancyzones (#3777)
* spelling: defined * spelling: excluded * spelling: guid * spelling: highlight * spelling: original * spelling: nonexistent
This commit is contained in:
@@ -1117,7 +1117,7 @@ namespace FancyZonesUnitTests
|
||||
Assert::AreEqual(expected.data.activeZoneSet.uuid.c_str(), actual.activeZoneSet.uuid.c_str());
|
||||
}
|
||||
|
||||
TEST_METHOD (DeviceInfoReadTempUnexsisted)
|
||||
TEST_METHOD (DeviceInfoReadTempNonexistent)
|
||||
{
|
||||
FancyZonesData data;
|
||||
const std::wstring path = data.GetPersistFancyZonesJSONPath() + L".test_tmp";
|
||||
@@ -1500,7 +1500,7 @@ namespace FancyZonesUnitTests
|
||||
Assert::AreEqual(expectedGrid.columns(), actualGrid.columns());
|
||||
}
|
||||
|
||||
TEST_METHOD (CustomZoneSetsReadTempUnexsisted)
|
||||
TEST_METHOD (CustomZoneSetsReadTempNonexistent)
|
||||
{
|
||||
const std::wstring path = m_fzData.GetPersistFancyZonesJSONPath() + L".test_tmp";
|
||||
const std::wstring deviceId = L"default_device_id";
|
||||
|
||||
Reference in New Issue
Block a user