Skip to content

Commit

Permalink
Modifying test cases to fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyanka Sood committed Dec 20, 2019
1 parent 0f01ee7 commit 1b0c040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/unit/resource/api1200/c7000/enclosure_group_spec.rb
Expand Up @@ -12,7 +12,7 @@
it 'sets the defaults correctly' do
item = klass.new(@client_1200)
expect(item[:enclosureCount]).to eq(1)
expect(item[:ipAddressingMode]).to eq('DHCP')
expect(item[:type]).to eq('EnclosureGroupV8')
end
end
end
2 changes: 1 addition & 1 deletion spec/unit/resource/api1200/c7000/uplink_set_spec.rb
Expand Up @@ -10,7 +10,7 @@
describe '#initialize' do
it 'should be initialize the instance with default values' do
item = described_class.new(@client_1200)
expect(item['type']).to eq('uplink-setV5')
expect(item['type']).to eq('uplink-setV6')
end
end
end

0 comments on commit 1b0c040

Please sign in to comment.