Skip to content

Commit

Permalink
Modifying test cass 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 1b0c040 commit 9170439
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/unit/resource/api1200/c7000/enclosure_group_spec.rb
Expand Up @@ -10,9 +10,8 @@

describe '#initialize' do
it 'sets the defaults correctly' do
item = klass.new(@client_1200)
expect(item[:enclosureCount]).to eq(1)
expect(item[:type]).to eq('EnclosureGroupV8')
enclosure_group = described_class.new(@client_1200)
expect(enclosure_group[:type]).to eq('EnclosureGroupV8')
end
end
end

0 comments on commit 9170439

Please sign in to comment.