mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Rubocop fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user