We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f290d commit 4a9b95fCopy full SHA for 4a9b95f
tests/NRedisStack.Tests/Search/SearchTests.cs
@@ -1384,7 +1384,7 @@ public void TestDropIndex(string endpointId)
1384
}
1385
catch (RedisServerException ex)
1386
{
1387
- Assert.Contains("no such index", ex.Message);
+ Assert.Contains("no such index", ex.Message, StringComparison.OrdinalIgnoreCase);
1388
1389
Assert.Equal("100", db.Execute("DBSIZE").ToString());
1390
0 commit comments