Add property based testing

This commit is contained in:
Bond_009
2021-06-05 13:32:22 +02:00
parent 9154f20b34
commit 915855e422
10 changed files with 149 additions and 80 deletions

View File

@@ -17,7 +17,7 @@ namespace MediaBrowser.Model.Extensions
return str;
}
if (char.IsUpper(str[0]))
if (!char.IsLower(str[0]))
{
return str;
}