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

Commit25c2075

Browse files
committed
Updated unittest.
1 parentc1481af commit25c2075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎git/test/test_refs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ def test_head_reset(self, rw_repo):
320320
assertremote_refs_so_far
321321

322322
forremoteinremotes:
323-
# remotes without referencesthrow
324-
self.failUnlessRaises(AssertionError,getattr,remote,'refs')
323+
# remotes without referencesshould produce an empty list
324+
self.assertEqual(remote.refs, [])
325325
# END for each remote
326326

327327
# change where the active head points to

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp