Skip to content

Commit

Permalink
test_cat: use proper protocol in unused_port method
Browse files Browse the repository at this point in the history
Signed-off-by: Watson <[email protected]>
  • Loading branch information
Watson1978 committed Oct 28, 2024
1 parent f493f25 commit 6c1784c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/command/test_cat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def setup
@primary = create_primary
metadata = @primary.buffer.new_metadata
@chunk = create_chunk(@primary, metadata, @es)
@port = unused_port(protocol: :tcp)
@port = unused_port(protocol: :udp)
end

def teardown
Expand Down

0 comments on commit 6c1784c

Please sign in to comment.