Commit d149e0c2 authored by James Holwell's avatar James Holwell

Make Dapper.Contrib.Tests prompt in the same way as others at the end of the tests

parent b12dc2d6
......@@ -46,6 +46,8 @@ private static void RunTests()
method.Invoke(tester, null);
Console.WriteLine(" - OK!");
}
Console.WriteLine("(end of tests; press any key)");
Console.ReadKey();
}
......
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