Skip to content

Commit f1ebf4e

Browse files
committed
test cpmmit
1 parent 56ef34a commit f1ebf4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/NRedisStack.Tests/RedisFixture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public RedisResult[] ExecuteInTransaction(Tuple<string, string[]>[] commandArgsT
2626
{
2727
var transaction = _db.CreateTransaction();
2828
var tasks = new List<Task<RedisResult>>();
29+
2930
foreach (var tuple in commandArgsTuples)
3031
{
3132
tasks.Add(transaction.ExecuteAsync(tuple.Item1, tuple.Item2));

0 commit comments

Comments
 (0)