missed another broken test

This commit is contained in:
UbitUmarov
2022-04-15 02:41:16 +01:00
parent e8395daea0
commit 7e40be3bcb
2 changed files with 12 additions and 12 deletions

View File

@@ -235,7 +235,7 @@ namespace OpenSim.Data.Tests
foreach (string store in stores)
{
string s = "'" + store + "'";
if (lst == "")
if (lst.Length == 0)
lst = s;
else
lst += ", " + s;