Skip to content

Commit 1170340

Browse files
committed
Ok, so there was 9 fields on 8.2
1 parent b47ecf9 commit 1170340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/NRedisStack.Tests/CommunityEditionUpdatesTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public void InfoSearchSection(string endpointId)
103103
IServer server = getAnyPrimary(muxer);
104104

105105
var searchInfo = server.Info("search");
106-
CustomAssertions.GreaterThan(searchInfo.Length, 10);
106+
CustomAssertions.GreaterThan(searchInfo.Length, 8);
107107
}
108108

109109
}

0 commit comments

Comments
 (0)