提交 47a87fb0 编写于 作者: S Santiago Pastorino

Merge pull request #6026 from sikachu/master-fix_warning

Add parentheses to hide Ruby warning
......@@ -76,6 +76,6 @@ def teardown
sleep 0.1
assert_equal 1, logger.logged(:error).size
assert_match /Job Error: RuntimeError: Error!/, logger.logged(:error).last
assert_match(/Job Error: RuntimeError: Error!/, logger.logged(:error).last)
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册