提交 67f1b51f 编写于 作者: R Ryuta Kamizono 提交者: Rafael França

Remove unused `close_connection` in Action Cable tests (#30195)

上级 e25466b1
...@@ -36,8 +36,4 @@ def open_connection(server:) ...@@ -36,8 +36,4 @@ def open_connection(server:)
@connection.process @connection.process
@connection.send :handle_open @connection.send :handle_open
end end
def close_connection
@connection.send :handle_close
end
end end
...@@ -38,8 +38,4 @@ def open_connection ...@@ -38,8 +38,4 @@ def open_connection
@connection.process @connection.process
@connection.send :on_open @connection.send :on_open
end end
def close_connection
@connection.send :on_close
end
end end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册