Skip to content

Commit

Permalink
Add an assert
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Jan 19, 2024
1 parent bec2ff4 commit eede91e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/StructuredLogger.Tests/ItemGroupParserTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ public void AddItemWithMultilineMetadata()
public void ParseSuggestedBindingRedirectsMetadata()
{
Strings.Initialize();
Assert.Equal("en-US", Strings.ResourceSet.Culture);
Assert.NotNull(Strings.OutputItemsMessagePrefix);
var parameter = ItemGroupParser.ParsePropertyOrItemList(@"Output Item(s):
SuggestedBindingRedirects=
Microsoft.Build, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Expand Down

0 comments on commit eede91e

Please sign in to comment.