Fix small typo

parent 6bd0b362
...@@ -1024,7 +1024,7 @@ describe GeoNodeStatus, :geo, :geo_fdw do ...@@ -1024,7 +1024,7 @@ describe GeoNodeStatus, :geo, :geo_fdw do
context 'on the secondary' do context 'on the secondary' do
it 'calls LfsObjectRegistryFinder#count_syncable' do it 'calls LfsObjectRegistryFinder#count_syncable' do
expect_any_instance_of(Geo::AttachmentRegistryFinder).to receive(:count_syncable) expect_any_instance_of(Geo::LfsObjectRegistryFinder).to receive(:count_syncable)
subject subject
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment