Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: alice-px <[email protected]>
  • Loading branch information
alicelyy committed Jan 22, 2024
1 parent 40bf269 commit d4580c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/server/sdk/volume_ops_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func TestSdkVolumeCreateCheckIdempotencyWaitForReady(t *testing.T) {
s.MockDriver().
EXPECT().
Inspect(gomock.Any(), []string{name}).
Do(func([]string) {
Do(func(context.Context, []string) {
count++
if count == 4 {
vol.Status = api.VolumeStatus_VOLUME_STATUS_UP
Expand Down

0 comments on commit d4580c3

Please sign in to comment.