mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
Fixed a minor typo (#12482)
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user