Rubocop fix

This commit is contained in:
Çağrı Özkan
2023-10-04 01:59:10 +03:00
parent a5a13761a8
commit f93fcd347b

View File

@@ -254,7 +254,7 @@ module Reporting
q: {
completed_at_gt: 1.day.before(o2.completed_at),
completed_at_lt: 1.day.after(o2.completed_at)
}
}
)
expect(subject.filter(orders)).to eq([o2])
end