Skip to content

Commit ffb7ee9

Browse files
authored
Update HashFieldTests.cs
1 parent e9e0cc9 commit ffb7ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/StackExchange.Redis.Tests/HashFieldTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class HashFieldTests(ITestOutputHelper output, SharedConnectionFixture fi
1717
private readonly HashEntry[] entries = [new("f1", 1), new("f2", 2)];
1818

1919
private readonly RedisValue[] fields = ["f1", "f2"];
20-
20+
2121
private readonly RedisValue[] values = [1, 2];
2222

2323
[Fact]

0 commit comments

Comments
 (0)