Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nkubala committed Mar 6, 2019
1 parent 54497f7 commit d7b71c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/skaffold/build/prebuilt.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type prebuiltImagesBuilder struct {
images []string
}

func (b *prebuiltImagesBuilder) Prune(ctx context.Context, out io.Writer) error {
func (b *prebuiltImagesBuilder) Prune(_ context.Context, _ io.Writer) error {
// noop
return nil
}
Expand Down
2 changes: 0 additions & 2 deletions pkg/skaffold/runner/runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ func (t *TestBench) Sync(ctx context.Context, item *sync.Item) error {
if len(t.syncErrors) > 0 {
err := t.syncErrors[0]
t.syncErrors = t.syncErrors[1:]
if err != nil {
return err
}
}

Expand Down

0 comments on commit d7b71c9

Please sign in to comment.