Skip to content

Commit 793bf50

Browse files
authored
Update test_refs.py
1 parent f85f2d4 commit 793bf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_refs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def test_head_reset(self, rw_repo):
457457

458458
self.assertRaises(OSError, SymbolicReference.create, rw_repo, symref_path, cur_head.reference.commit)
459459
# it works if the new ref points to the same reference
460-
assert SymbolicReference.create(rw_repo, symref.path, symref.reference).path == symref.path # @NoEffect
460+
SymbolicReference.create(rw_repo, symref.path, symref.reference).path == symref.path # @NoEffect
461461
SymbolicReference.delete(rw_repo, symref)
462462
# would raise if the symref wouldn't have been deletedpbl
463463
symref = SymbolicReference.create(rw_repo, symref_path, cur_head.reference)

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