Fix indentation

上级 79238bad
......@@ -545,9 +545,8 @@ class ConcurrentTransactionTest < TransactionTest
# This will cause transactions to overlap and fail unless they are performed on
# separate database connections.
def test_transaction_per_thread
if in_memory_db?
skip "in memory db can't share a db between threads"
end
skip "in memory db can't share a db between threads" if in_memory_db?
threads = 3.times.map do
Thread.new do
Topic.transaction do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册