Update test to meet arg requirements

This commit is contained in:
rubyist 2014-10-01 16:03:54 -04:00
parent a0601f0fdd
commit 45d77fda08

@ -9,7 +9,7 @@ func TestPushWithEmptyQueue(t *testing.T) {
repo := NewRepository(t, "empty")
defer repo.Test()
cmd := repo.Command("push")
cmd := repo.Command("push", "origin", "master")
cmd.Output = ""
}