Commit 8cacbe20 authored by Michael Kozono's avatar Michael Kozono Committed by Douglas Barbosa Alexandre

Fix typo in test

parent 9177608f
......@@ -11,7 +11,7 @@ RSpec.describe Geo::Fdw::LfsObject, :geo, type: :model do
describe '.missing_file_registry', :geo_fdw do
subject { described_class.missing_file_registry }
it 'returns lfs objects that doesnt have a corresponding file registry entry' do
it "returns lfs objects that don't have a corresponding file registry entry" do
lfs_objects = create_list(:lfs_object, 2)
# simulate existing registry entries with the same +id+, but different +file_type+
......
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