Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Oct 27, 2024
1 parent 7d85a63 commit 8d8137d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StructuredLogger.Tests/ItemGroupParserTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ References which depend on ""System.IO.Compression.FileSystem"" [].
var parameter = new Parameter();
ItemGroupParser.ParseThereWasAConflict(parameter, message, stringCache);
var text = StringWriter.GetString(parameter).NormalizeLineBreaks();
var expected = @"
var expected = @"Parameter
References which depend on ""System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"" [C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll].
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll
Project file item includes which caused reference ""C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll"".
Expand Down

0 comments on commit 8d8137d

Please sign in to comment.