Skip to content

Commit

Permalink
Fix fake Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
bertinatto committed Apr 29, 2019
1 parent 46f3cf9 commit 2e53325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sanity/fake_cloud_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,6 @@ func (c *fakeCloudProvider) GetSnapshotByName(ctx context.Context, name string)
return snapshots[0].Snapshot, nil
}

func (c *FakeCloudProvider) ResizeDisk(ctx context.Context, volumeID string, newSize int64) (int64, error) {
func (c *fakeCloudProvider) ResizeDisk(ctx context.Context, volumeID string, newSize int64) (int64, error) {
return 0, nil
}

0 comments on commit 2e53325

Please sign in to comment.