Skip to content

Commit

Permalink
Remove hardcoded port number
Browse files Browse the repository at this point in the history
  • Loading branch information
spuun committed Mar 3, 2023
1 parent 20612db commit 04f0756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/server_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ describe LavinMQ::Server do
end

it "splits frames into max frame sizes" do
with_channel(port: 5672, frame_max: 4096_u32) do |ch|
with_channel(frame_max: 4096_u32) do |ch|
2.times do
msg_size = (2**17 + 1)
pmsg1 = "m" * msg_size
Expand Down

0 comments on commit 04f0756

Please sign in to comment.