Fix failing test that's looking for a specific error message.

This commit is contained in:
Zac Bergquist 2015-06-08 20:29:48 -04:00
parent 9e97d79c81
commit 3aff1677cc

View file

@ -133,7 +133,7 @@ Command echo Hello successful.
continue
}
expected := "Another git repo 'git@github.com:u1/repo.git' exists at gitdir"
expected := "another git repo 'git@github.com:u1/repo.git' exists at gitdir"
if expected != err.Error() {
t.Errorf("Pull with Error %v: Expected %v found %v", i, expected, err.Error())
}