diff --git a/spec/components/freedom_patches/schema_migration_details_spec.rb b/spec/components/freedom_patches/schema_migration_details_spec.rb index 86e960edb58..951f5f7c4f0 100644 --- a/spec/components/freedom_patches/schema_migration_details_spec.rb +++ b/spec/components/freedom_patches/schema_migration_details_spec.rb @@ -26,7 +26,6 @@ describe FreedomPatches::SchemaMigrationDetails do expect(info.git_version).to eq Discourse.git_version expect(info.direction).to eq "up" expect(info.rails_version).to eq Rails.version - expect(info.filename).to eq migration.filename expect(info.name).to eq "awesome_migration" end end