Skip to content

Commit e9e0cc9

Browse files
authored
fix bad merge
1 parent 129f5c1 commit e9e0cc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/StackExchange.Redis.Tests/HashFieldTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class HashFieldTests(ITestOutputHelper output, SharedConnectionFixture fi
1818

1919
private readonly RedisValue[] fields = ["f1", "f2"];
2020

21-
private readonly RedisValue[] values = new [1, 2];
21+
private readonly RedisValue[] values = [1, 2];
2222

2323
[Fact]
2424
public void HashFieldExpire()

0 commit comments

Comments
 (0)