mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[ibm] Can't access Fog::Compute::IBM::Location class from here, just check if ID returned
This commit is contained in:
parent
73d97e2e6c
commit
952f5f0362
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ Shindo.tests('Fog::Storage[:ibm] | volume', ['ibm']) do
|
|||
returns(nil) { @volume.instance }
|
||||
end
|
||||
|
||||
tests("Fog::Storage::IBM::Volume#location") do
|
||||
returns(Fog::Compute::IBM::Location) { @volume.location.class }
|
||||
tests("Fog::Storage::IBM::Volume#location_id") do
|
||||
returns(String) { @volume.location_id.class }
|
||||
end
|
||||
|
||||
tests('Fog::Storage::IBM::Volume#id') do
|
||||
|
|
Loading…
Add table
Reference in a new issue