Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
surian committed May 15, 2023
1 parent a888e86 commit 9abe444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/driver/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ func TestCreateVolume(t *testing.T) {
VolumeCapabilities: stdVolCap,
Parameters: map[string]string{
VolumeTypeKey: cloud.VolumeTypeIO1,
IopsKey: "5",
IopsKey: "5",
},
}

Expand Down Expand Up @@ -931,7 +931,7 @@ func TestCreateVolume(t *testing.T) {
VolumeCapabilities: stdVolCap,
Parameters: map[string]string{
VolumeTypeKey: cloud.VolumeTypeIO2,
IopsKey: "5",
IopsKey: "5",
},
}

Expand Down

0 comments on commit 9abe444

Please sign in to comment.