1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

style(rubocop): Lint/UnusedBlockArgument

هذا الالتزام موجود في:
Adam Cooke
2024-02-10 17:20:13 +00:00
الأصل 7590a46234
التزام ee94e4e1a0
8 ملفات معدلة مع 9 إضافات و9 حذوفات

عرض الملف

@@ -26,7 +26,7 @@ describe Postal::MessageDB::ConnectionPool do
it "checks in a connection if theres an error in the block" do
expect do
pool.use do |c|
pool.use do
raise StandardError
end
end.to raise_error StandardError