Skip to content

Commit c594755

Browse files
committed
Add error message to in TestContainerdRestart integration test
Signed-off-by: Derek McGowan <[email protected]>
1 parent 6927fc3 commit c594755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration/restart_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func TestContainerdRestart(t *testing.T) {
136136
require.NoError(t, err)
137137
_, err = task.Delete(ctx, containerd.WithProcessKill)
138138
if err != nil {
139-
require.True(t, errdefs.IsNotFound(err))
139+
require.True(t, errdefs.IsNotFound(err), "delete should return not found error but returned %v", err)
140140
}
141141
}
142142
}

0 commit comments

Comments
 (0)