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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy