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 ac76c77 commit 38703beCopy full SHA for 38703be
tests/NRedisStack.Tests/Search/SearchTests.cs
@@ -2962,7 +2962,7 @@ public void TestAddAndGetSuggestion(string endpointId)
2962
public async Task TestAddAndGetSuggestionAsync(string endpointId)
2963
{
2964
SkipClusterPre8(endpointId);
2965
- IDatabase db = GetCleanDatabase();
+ IDatabase db = GetCleanDatabase(endpointId);
2966
var ft = db.FT();
2967
2968
string suggestion = "ANOTHER_WORD";
0 commit comments