Skip to content

Commit

Permalink
Fix broken spec (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryTsepelev committed Mar 10, 2024
1 parent c280b9d commit 5f5ba92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
end

it "uses default db" do
expect(subject.connection[:id]).to eq("redis://127.0.0.1:6379/0")
expect(subject.connection[:id]).to eq("redis://127.0.0.1:6379")
end

context "when redis_db_name is configured" do
Expand Down

0 comments on commit 5f5ba92

Please sign in to comment.