Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: David Gageot <david@gageot.net>
  • Loading branch information
dgageot committed Jan 31, 2019
1 parent 21e1d66 commit d0c29e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/skaffold/build/local/local_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func TestLocalRun(t *testing.T) {
tagger: &FakeTagger{Out: "gcr.io/test/image:tag"},
expected: []build.Artifact{{
ImageName: "gcr.io/test/image",
Tag: "gcr.io/test/image:tag",
Tag: "gcr.io/test/image:1",
}},
},
{
Expand All @@ -161,7 +161,7 @@ func TestLocalRun(t *testing.T) {
tagger: &FakeTagger{Out: "gcr.io/test/image:tag"},
expected: []build.Artifact{{
ImageName: "gcr.io/test/image",
Tag: "gcr.io/test/image:tag",
Tag: "gcr.io/test/image:1",
}},
},
{
Expand Down

0 comments on commit d0c29e1

Please sign in to comment.