Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Apr 27, 2020
1 parent d618d09 commit 8cc15a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/skaffold/build/cache/lookup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ func TestLookupLocal(t *testing.T) {
}{
{
description: "miss",
hasher: mockHasher("thehash"),
hasher: mockHasher("hash"),
api: &testutil.FakeAPIClient{},
cache: map[string]ImageDetails{},
expected: needsBuilding{hash: "thehash"},
},
{
Expand Down

0 comments on commit 8cc15a8

Please sign in to comment.