Web: Back-end tests: refactoring

This commit is contained in:
Alexey Safronov 2021-05-17 11:20:13 +03:00
parent 2beacfcf23
commit ce57a76648

View File

@ -10,7 +10,7 @@ namespace Frontend.Translations.Tests
{
public class Tests
{
public string BasePath
public static string BasePath
{
get
{
@ -62,7 +62,7 @@ namespace Frontend.Translations.Tests
.OrderByDescending(itm => itm.Count)
.ToList();
Assert.AreEqual(0, allDuplicates.Count());
Assert.AreEqual(0, allDuplicates.Count);
}
}
}