Skip to content

Commit 88b54d8

Browse files
committed
🚒 Minor fix for the tests
1 parent 345a113 commit 88b54d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_add__name(self, capsys):
5757
'alone': False,
5858
'tracking': 'master'} == seen_args
5959
out, err = capsys.readouterr()
60-
assert 'Successfully added `guyzmo/git-repo` as remote named `foobar`\n' == err
60+
assert 'Successfully added `guyzmo/git-repo` as remote named `foobar`\n' in err
6161

6262
def test_add__name_tracking(self):
6363
repo_slug, seen_args = self.main_add('guyzmo/git-repo', 0,

0 commit comments

Comments
 (0)