1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[opennebula] changed list_networks mock names

This commit is contained in:
Achim Ledermüller 2014-06-18 10:20:11 +02:00
parent 68b8d42914
commit f957978c42

View file

@ -50,7 +50,7 @@ module Fog
class Mock
def list_networks(filters={})
net1 = mock_network 'net1'
net1 = mock_network 'fogtest'
net2 = mock_network 'net2'
[net1, net2]
end