Skip to content

Commit

Permalink
React to CultureDictionaryRecord
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Ros <[email protected]>
  • Loading branch information
hishamco and sebastienros committed May 20, 2020
1 parent 824fcd2 commit 5eff7e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/OrchardCore.Tests/Localization/CultureDictionaryTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ public void EnumerateCultureDictionary()
var dictionary = new CultureDictionary("ar", _arPluralRule);
dictionary.MergeTranslations(new List<CultureDictionaryRecord>
{
new CultureDictionaryRecord("Hello", null, new[] { "مرحبا" }),
new CultureDictionaryRecord("Bye", null, new[] { "مع السلامة" })
new CultureDictionaryRecord("Hello", "مرحبا"),
new CultureDictionaryRecord("Bye", "مع السلامة")
});

// Act & Assert
Expand Down

0 comments on commit 5eff7e5

Please sign in to comment.