Skip to content

Commit af42b80

Browse files
author
Jonas Gauffin
committed
Updated old npm packages.
1 parent f998c21 commit af42b80

File tree

5 files changed

+23212
-7
lines changed

5 files changed

+23212
-7
lines changed

src/Server/Coderr.Server.ReportAnalyzer.Tests/Domain/Reports/HashCodeGeneratorTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeInnerFilterAs
7272
var sut = new HashCodeGenerator(new IHashCodeSubGenerator[0]);
7373
var data = HashCodeGenerator.CleanStackTrace(stacktrace);
7474

75-
data.Should().Be(@" at System.Text.Encoding.GetBytes(String s)
76-
at Coderr.Server.Web.Controllers.OnboardingController.CalculateMd5Hash(String input) in C:\src\1tcompany\coderr\oss\codeRR.Server\src\Server\Coderr.Server.Web\Controllers\OnboardingController.cs
77-
at Coderr.Server.Web.Controllers.OnboardingController.Library(String id, String appKey)");
75+
data.Should().Be(@"System.Text.Encoding.GetBytes(String s)
76+
Coderr.Server.Web.Controllers.OnboardingController.CalculateMd5Hash(String input) in C:\src\1tcompany\coderr\oss\codeRR.Server\src\Server\Coderr.Server.Web\Controllers\OnboardingController.cs
77+
Coderr.Server.Web.Controllers.OnboardingController.Library(String id, String appKey)");
7878
}
7979
[Fact]
8080
public void Should_clean_async()

src/Server/Coderr.Server.ReportAnalyzer/ErrorReports/HashCodeGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ private static void EnsureRegExes()
173173
else
174174
_cleanRegExes.Add(new Regex(rex));
175175
}
176-
176+
177177
var linesToReplace = new[]
178178
{
179179
@"(\w+):\d+\)\r?$",//@"\.\w+(:\d+)\)$", // java line numbers

0 commit comments

Comments
 (0)