Skip to content

Commit

Permalink
changed parent class
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkateshRavula committed Jul 30, 2020
1 parent efc3f4c commit 8344a14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
# CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
# language governing permissions and limitations under the License.

require_relative '../../api300/synergy/os_deployment_plan'
require_relative '../../api1600/synergy/os_deployment_plan'

module OneviewSDK
module API1800
module Synergy
# OS Deployment Plan resource implementation for API1800 Synergy
class OSDeploymentPlan < OneviewSDK::API300::Synergy::OSDeploymentPlan
class OSDeploymentPlan < OneviewSDK::API1600::Synergy::OSDeploymentPlan
end
end
end
Expand Down
4 changes: 2 additions & 2 deletions spec/unit/resource/api1800/synergy/os_deployment_plan_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
RSpec.describe OneviewSDK::API1800::Synergy::OSDeploymentPlan do
include_context 'shared context'

it 'inherits from OneviewSDK::API300::Synergy::OSDeploymentPlan' do
expect(described_class).to be < OneviewSDK::API300::Synergy::OSDeploymentPlan
it 'inherits from OneviewSDK::API1600::Synergy::OSDeploymentPlan' do
expect(described_class).to be < OneviewSDK::API1600::Synergy::OSDeploymentPlan
end
end

0 comments on commit 8344a14

Please sign in to comment.