From 23fbaf532250e05fb250d9d0c6f80e767e8c9e44 Mon Sep 17 00:00:00 2001 From: Michael Clayton Date: Fri, 27 Sep 2024 20:34:07 +0100 Subject: [PATCH] [MouseWithoutBorders] - fixing resource filename casing - #34126 --- .../MouseWithoutBorders.UnitTests/Core/LoggerTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/MouseWithoutBorders/MouseWithoutBorders.UnitTests/Core/LoggerTests.cs b/src/modules/MouseWithoutBorders/MouseWithoutBorders.UnitTests/Core/LoggerTests.cs index 47e24327599..2901a41f5a0 100644 --- a/src/modules/MouseWithoutBorders/MouseWithoutBorders.UnitTests/Core/LoggerTests.cs +++ b/src/modules/MouseWithoutBorders/MouseWithoutBorders.UnitTests/Core/LoggerTests.cs @@ -19,7 +19,7 @@ public sealed class PrivateDumpTests [TestMethod] public void PrivateDumpShouldGenerateExpectedOutput() { - // this was used to create the contents of "logger.privatedump.original.txt" + // this was used to create the contents of "Logger.PrivateDump.original.txt" // when the "Core.Logger" class was "Common" in "Common.Log.cs" // PrivateDump throws an ArgumentNullException if this is null