Skip to content

Commit

Permalink
test_cat: fix protocol
Browse files Browse the repository at this point in the history
Co-authored-by: Daijiro Fukuda <[email protected]>
Signed-off-by: Watson <[email protected]>
  • Loading branch information
Watson1978 and daipom committed Oct 28, 2024
1 parent d4114ba commit 55b3fdc
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: :udp)
@port = unused_port(protocol: :all)
end

def teardown
Expand Down

0 comments on commit 55b3fdc

Please sign in to comment.