There was an error while loading. Please reload this page.
1 parent 0107e02 commit c98fe7cCopy full SHA for c98fe7c
pkg/devspace/build/builder/helper/helper_test.go
@@ -32,7 +32,6 @@ type fakeDockerAPIClient struct {
32
dockerclient.CommonAPIClient
33
}
34
35
-// TODO: (Ryan) see if these are needed for the tests
36
func (c *fakeDockerAPIClient) CheckpointCreate(ctx context.Context, container string, options checkpoint.CreateOptions) error {
37
return nil
38
0 commit comments