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

Fix Mock#remove_fixed_ip arguments

This commit is contained in:
Mike Moore 2013-02-28 18:34:02 -07:00
parent bdba2d696d
commit 41914afe08

View file

@ -20,7 +20,7 @@ module Fog
end # class Real end # class Real
class Mock class Mock
def remove_fixed_ip(server_id, network_id) def remove_fixed_ip(server_id, address)
true true
end # def remove_fixed_ip end # def remove_fixed_ip
end # class Mock end # class Mock