Skip to content

Commit ddffe26

Browse files
committed
fix(remote): test
Should have paid more attention to the test-failure before pushing the fix.
1 parent 3d6e173 commit ddffe26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/test/test_remote.py

+1-1
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)