Skip to content

Commit

Permalink
Update spec/mqtt/integrations/message_qos_spec.cr
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Börjesson <jon@84codes.com>
  • Loading branch information
kickster97 and spuun authored Jan 30, 2025
1 parent 0d9ad70 commit d17cccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mqtt/integrations/message_qos_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ module MqttSpecs
end
end

it "should not enqueue messages with QoS 0 if no client is subscribed to the session" do
it "should not enqueue messages with QoS 0 if no client is connected to the session" do
with_server do |server|
with_client_io(server) do |io|
connect(io)
Expand Down

0 comments on commit d17cccb

Please sign in to comment.