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 0fa99e1

Browse files
Watson1978daipom
andauthoredOct 28, 2024··
test_cat: fix protocol
Signed-off-by: Watson <fujita@clear-code.com> Co-authored-by: Daijiro Fukuda <fukuda@clear-code.com>
1 parent 6c1784c commit 0fa99e1

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: :udp)
21+
@port = unused_port(protocol: :all)
2222
end
2323

2424
def teardown

0 commit comments

Comments
 (0)
Please sign in to comment.