diff --git a/spec/mqtt/integrations/message_qos_spec.cr b/spec/mqtt/integrations/message_qos_spec.cr index dfb28d8ce2..c3567a4f82 100644 --- a/spec/mqtt/integrations/message_qos_spec.cr +++ b/spec/mqtt/integrations/message_qos_spec.cr @@ -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)