mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-11 12:14:53 +08:00
Fixed a minor typo (#12482)
This commit is contained in:
parent
ec544b0907
commit
24a80de2ec
@ -13,7 +13,7 @@ namespace Microsoft.PowerToys.Settings.UI.UnitTests.Mocks
|
|||||||
internal static class IIOProviderMocks
|
internal static class IIOProviderMocks
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This method mocks an IO provider to validate tests wich required saving to a file, and then reading the contents of that file, or verifying it exists
|
/// This method mocks an IO provider to validate tests which required saving to a file, and then reading the contents of that file, or verifying it exists
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns>Mocked IO Provider</returns>
|
/// <returns>Mocked IO Provider</returns>
|
||||||
internal static Mock<IIOProvider> GetMockIOProviderForSaveLoadExists()
|
internal static Mock<IIOProvider> GetMockIOProviderForSaveLoadExists()
|
||||||
|
Loading…
Reference in New Issue
Block a user