We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129f5c1 commit e9e0cc9Copy full SHA for e9e0cc9
1 file changed
tests/StackExchange.Redis.Tests/HashFieldTests.cs
@@ -18,7 +18,7 @@ public class HashFieldTests(ITestOutputHelper output, SharedConnectionFixture fi
18
19
private readonly RedisValue[] fields = ["f1", "f2"];
20
21
- private readonly RedisValue[] values = new [1, 2];
+ private readonly RedisValue[] values = [1, 2];
22
23
[Fact]
24
public void HashFieldExpire()
0 commit comments