Skip to content

Commit cdfc87a

Browse files
committed
counting is hard
1 parent aba1bdc commit cdfc87a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/NRedisStack.Tests/CommunityEditionUpdatesTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public void InfoSearchSection(string endpointId)
104104

105105
var searchInfo = server.Info("search");
106106
// v8.8 reduces a lot of noise around "info search" output
107-
var expectCount = EndpointsFixture.IsAtLeast(8, 8) ? 3 : 8;
107+
var expectCount = EndpointsFixture.IsAtLeast(8, 8) ? 2 : 8;
108108
CustomAssertions.GreaterThan(searchInfo.Length, expectCount);
109109
}
110110

0 commit comments

Comments
 (0)