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 30f99a4 commit db6d6d7Copy full SHA for db6d6d7
tests/NRedisStack.Tests/Search/SearchTests.cs
@@ -39,7 +39,7 @@ private void AddDocument(IDatabase db, string key, Dictionary<string, object> ob
39
_ => throw new ArgumentException($"Unsupported type: {pair.Value.GetType()}"),
40
}))
41
.ToArray();
42
- db.HashSet(key, hash);
+ db.HashSet(key, hash);
43
}
44
45
[SkipIfRedisTheory(Is.Enterprise)]
0 commit comments