Commit a8bab018 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'geo/mk/fix-typo-in-test' into 'master'

Fix typo in test

See merge request gitlab-org/gitlab!18143
parents 9177608f 8cacbe20
......@@ -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