-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
def test_git_get_remote_url():
assert git_get_remote_url().startswith("git@github.com:")
E AssertionError: assert False
E + where False = <built-in method startswith of str object at 0x7fbc44fb4ab0>('git@github.com:')
E + where <built-in method startswith of str object at 0x7fbc44fb4ab0> = 'https://github.com/ryokat3/qiita-sync'.startswith
E + where 'https://github.com/ryokat3/qiita-sync' = git_get_remote_url()
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working