Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
wackxu committed Aug 22, 2018
1 parent 6d9c739 commit 080b5cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/controller/framework_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ func newContent(name, className, snapshotHandle, volumeUID, volumeName, boundToS
Spec: crdv1.VolumeSnapshotContentSpec{
VolumeSnapshotSource: crdv1.VolumeSnapshotSource{
CSI: &crdv1.CSIVolumeSnapshotSource{
Size: size,
RestoreSize: size,
Driver: mockDriverName,
SnapshotHandle: snapshotHandle,
CreationTime: creationTime,
Expand Down Expand Up @@ -807,7 +807,7 @@ func newSnapshot(name, className, boundToContent, snapshotUID, claimName string,
CreationTime: creationTime,
Ready: ready,
Error: err,
Size: size,
RestoreSize: size,
},
}

Expand Down

0 comments on commit 080b5cb

Please sign in to comment.