Commit 96279398 authored by Nick Craver's avatar Nick Craver

Fix profiling test order check

parent ccc9df86
...@@ -56,8 +56,8 @@ public void Simple() ...@@ -56,8 +56,8 @@ public void Simple()
Assert.Equal(3, cmds.Count()); Assert.Equal(3, cmds.Count());
Assert.True(set.CommandCreated <= get.CommandCreated); Assert.True(set.CommandCreated <= eval.CommandCreated);
Assert.True(get.CommandCreated <= eval.CommandCreated); Assert.True(eval.CommandCreated <= get.CommandCreated);
AssertProfiledCommandValues(set, conn, dbId); AssertProfiledCommandValues(set, conn, dbId);
......
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