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 aba1bdc commit cdfc87aCopy full SHA for cdfc87a
1 file changed
tests/NRedisStack.Tests/CommunityEditionUpdatesTests.cs
@@ -104,7 +104,7 @@ public void InfoSearchSection(string endpointId)
104
105
var searchInfo = server.Info("search");
106
// v8.8 reduces a lot of noise around "info search" output
107
- var expectCount = EndpointsFixture.IsAtLeast(8, 8) ? 3 : 8;
+ var expectCount = EndpointsFixture.IsAtLeast(8, 8) ? 2 : 8;
108
CustomAssertions.GreaterThan(searchInfo.Length, expectCount);
109
}
110
0 commit comments