mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-19 06:53:26 +08:00
[Settings.UI.UnitTests][FancyZones] Uncomment test in CI (#14230)
* uncomment test * fix typo
This commit is contained in:
parent
9ca32aa3ea
commit
3ead98a770
@ -230,10 +230,7 @@ namespace ViewModelTests
|
||||
Assert.AreEqual(expected, actual);
|
||||
}
|
||||
|
||||
/*
|
||||
* Temporarily commented out
|
||||
*
|
||||
[TestMethod]
|
||||
[TestMethod]
|
||||
public void MakeDraggedWindowsTransparentShouldSetValue2TrueWhenSuccessful()
|
||||
{
|
||||
Mock<SettingsUtils> mockSettingsUtils = new Mock<SettingsUtils>();
|
||||
@ -247,9 +244,9 @@ namespace ViewModelTests
|
||||
|
||||
// assert
|
||||
var expected = viewModel.MakeDraggedWindowsTransparent;
|
||||
var actual = SettingsRepository<FancyZonesSettings>.GetInstance(mockFancyZonesSettingsUtils.Object).SettingsConfig.Properties.FancyzonesShiftDrag.Value;
|
||||
var actual = SettingsRepository<FancyZonesSettings>.GetInstance(mockFancyZonesSettingsUtils.Object).SettingsConfig.Properties.FancyzonesMakeDraggedWindowTransparent.Value;
|
||||
Assert.AreEqual(expected, actual);
|
||||
}*/
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void MouseSwitchShouldSetValue2TrueWhenSuccessful()
|
||||
|
Loading…
Reference in New Issue
Block a user