Skip to content

Commit

Permalink
fix broken test (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
landism authored Nov 2, 2018
1 parent 2b62e1f commit d7165ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/engine/upper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ func TestBreakAndUnbreakManifestWithChange(t *testing.T) {
add(local_git_repo('./nested'), '.') # Tiltfile is not mounted
run('%s')
image = stop_build()
return k8s_service("yaaaaaaaaml", image)`, cmd)
return k8s_service(image, "yaaaaaaaaml")`, cmd)
}

f.MkdirAll("nested/.git") // Spoof a git directory -- this is what we'll mount.
Expand Down
2 changes: 1 addition & 1 deletion internal/hud/renderer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func TestRender(t *testing.T) {
},
},
}
rtf.run("manifest error and build error", 70, 20, v)
rtf.run("manifest error and build error", 70, 20, v, vs)

ts := time.Now().Add(-5 * time.Minute)
v = view.View{
Expand Down
Binary file modified internal/hud/testdata/manifest error and build error.gob
Binary file not shown.

0 comments on commit d7165ad

Please sign in to comment.