Commit 2067bfe7 authored by Nick Craver's avatar Nick Craver

Tests: fix ManyThreads DB check

parent 1dde4db9
......@@ -131,7 +131,7 @@ public void ManyThreads()
}
Assert.Equal(16 * CountPer, relevant.Count);
Assert.Equal(16, allVals.Select(cmd => cmd.Db).Distinct().Count());
Assert.Equal(16, relevant.Select(cmd => cmd.Db).Distinct().Count());
for (var i = 1; i <= 16; i++)
{
......
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