提交 89725a4b 编写于 作者: M Matthew Draper 提交者: GitHub

Merge pull request #29230 from koic/remove_duplicate_schema_authorization_test

Remove a duplicate test of schema_authorization_test in AR
......@@ -75,17 +75,6 @@ def test_auth_with_bind
end
end
def test_schema_uniqueness
assert_nothing_raised do
set_session_auth
USERS.each do |u|
set_session_auth u
assert_equal u, @connection.select_value("SELECT name FROM #{TABLE_NAME} WHERE id = 1")
set_session_auth
end
end
end
def test_sequence_schema_caching
assert_nothing_raised do
USERS.each do |u|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册