Commit 3aff1677 authored by Zac Bergquist's avatar Zac Bergquist

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

parent 9e97d79c
...@@ -133,7 +133,7 @@ Command echo Hello successful. ...@@ -133,7 +133,7 @@ Command echo Hello successful.
continue 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() { if expected != err.Error() {
t.Errorf("Pull with Error %v: Expected %v found %v", i, expected, err.Error()) t.Errorf("Pull with Error %v: Expected %v found %v", i, expected, err.Error())
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment