Skip to content

Commit

Permalink
Update spec/socket_manager_spec.rb
Browse files Browse the repository at this point in the history
Signed-off-by: Daijiro Fukuda <[email protected]>

Co-authored-by: Watson <[email protected]>
  • Loading branch information
daipom and Watson1978 authored Oct 22, 2024
1 parent a514542 commit 1a839c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/socket_manager_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
end

context 'Server.share_sockets_with_another_server' do
it 'takes over listen sockets to another server' do
it 'shares listen sockets to another server' do
server = SocketManager::Server.open(server_path)

client = SocketManager::Client.new(server_path)
Expand Down

0 comments on commit 1a839c7

Please sign in to comment.