We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345a113 commit 88b54d8Copy full SHA for 88b54d8
tests/integration/test_main.py
@@ -57,7 +57,7 @@ def test_add__name(self, capsys):
57
'alone': False,
58
'tracking': 'master'} == seen_args
59
out, err = capsys.readouterr()
60
- assert 'Successfully added `guyzmo/git-repo` as remote named `foobar`\n' == err
+ assert 'Successfully added `guyzmo/git-repo` as remote named `foobar`\n' in err
61
62
def test_add__name_tracking(self):
63
repo_slug, seen_args = self.main_add('guyzmo/git-repo', 0,
0 commit comments