lib/fog/google/requests/sql/export_instance.rb in fog-google-1.9.1 vs lib/fog/google/requests/sql/export_instance.rb in fog-google-1.10.0
- old
+ new
@@ -43,10 +43,12 @@
end
end
class Mock
def export_instance(_instance_id, _uri, _options: {})
+ # :no-coverage:
Fog::Mock.not_implemented
+ # :no-coverage:
end
end
end
end
end