Commit f2e00539 authored by Marc Gravell's avatar Marc Gravell

what's a baby yak called? I must look this up

parent e9e23102
......@@ -944,7 +944,7 @@ public async Task ParallelTransactionsWithConditions()
}
var actual = (int) await muxers[0].GetDatabase().StringGetAsync(hits);
Assert.Equal(expectedSuccess, actual);
Writer.WriteLine($"success: {actual} out of {(Workers * PerThread)} attempts");
Writer.WriteLine($"success: {actual} out of {Workers * PerThread} attempts");
}
finally
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment