Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ff37a08

Browse files
committedOct 28, 2024·
test_cat: use proper protocol in unused_port method
1 parent f493f25 commit ff37a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/command/test_cat.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def setup
1818
@primary = create_primary
1919
metadata = @primary.buffer.new_metadata
2020
@chunk = create_chunk(@primary, metadata, @es)
21-
@port = unused_port(protocol: :tcp)
21+
@port = unused_port(protocol: :udp)
2222
end
2323

2424
def teardown

0 commit comments

Comments
 (0)
Please sign in to comment.