Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitddffe26

Browse files
committed
fix(remote): test
Should have paid more attention to the test-failure beforepushing the fix.
1 parent3d6e173 commitddffe26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/test/test_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ def test_multiple_urls(self, rw_repo):
613613
remote.set_url(test2,delete=True)
614614
self.assertEqual(list(remote.urls), [test1,test3])
615615
# Testing changing an URL
616-
remote.set_url(test3,test2)
616+
remote.set_url(test2,test3)
617617
self.assertEqual(list(remote.urls), [test1,test2])
618618

619619
# will raise: fatal: --add --delete doesn't make sense

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp