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 e9e0cc9 commit ffb7ee9Copy full SHA for ffb7ee9
tests/StackExchange.Redis.Tests/HashFieldTests.cs
@@ -17,7 +17,7 @@ public class HashFieldTests(ITestOutputHelper output, SharedConnectionFixture fi
17
private readonly HashEntry[] entries = [new("f1", 1), new("f2", 2)];
18
19
private readonly RedisValue[] fields = ["f1", "f2"];
20
-
+
21
private readonly RedisValue[] values = [1, 2];
22
23
[Fact]
0 commit comments