Adjust expectation

This commit is contained in:
Daniel O'Connor
2025-12-13 02:12:20 +00:00
parent d0ca944899
commit ae639b6e74

View File

@@ -605,7 +605,7 @@ describe Planting do
before { described_class.reindex } before { described_class.reindex }
it { expect(subject.count).to eq 2 } it { expect(subject.count).to eq 3 }
it { expect(subject.map(&:id)).to eq([interesting_planting.id.to_s, finished_interesting_planting.id.to_s]) } it { expect(subject.map(&:id)).to eq([interesting_planting.id.to_s, finished_interesting_planting.id.to_s, planting.id.to_s]) }
end end
end end