Skip to content

Commit

Permalink
fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorerlingsson committed Jan 27, 2025
1 parent d3d69ab commit 7e94d70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/stream_queue_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ describe LavinMQ::AMQP::StreamQueue do
msg.body_io.to_s.should eq "msg with filter 2"
end
end
end
end
describe "Automatic consumer offset tracking" do
it "resumes from last offset on reconnect" do
queue_name = Random::Secure.hex
Expand Down

0 comments on commit 7e94d70

Please sign in to comment.