Skip to content

Commit

Permalink
fixed the spelling of migratiobn
Browse files Browse the repository at this point in the history
  • Loading branch information
thearifismail committed Oct 29, 2019
1 parent 860a76d commit 8f4ba69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/service_template_transformation_plan_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
before do
stub_const("ManageIQ::Providers::InfraManager::WarmMigrationVm", Class.new(ManageIQ::Providers::InfraManager::Vm) do
supports :warm_migrate do
unsupported_reason_add(:warm_migrate, _('Warm migratiobn can not migrate a VM with snapshots')) if snapshots.present?
unsupported_reason_add(:warm_migrate, _('Warm migration can not migrate a VM with snapshots')) if snapshots.present?
end
end)
end
Expand Down

0 comments on commit 8f4ba69

Please sign in to comment.