From 793bf507359e08362fd81385b478376db9821f1c Mon Sep 17 00:00:00 2001 From: Dominic Date: Sat, 31 Jul 2021 14:08:29 +0100 Subject: Update test_refs.py --- test/test_refs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_refs.py b/test/test_refs.py index ab760a6f..f30d4bda 100644 --- a/test/test_refs.py +++ b/test/test_refs.py @@ -457,7 +457,7 @@ class TestRefs(TestBase): self.assertRaises(OSError, SymbolicReference.create, rw_repo, symref_path, cur_head.reference.commit) # it works if the new ref points to the same reference - assert SymbolicReference.create(rw_repo, symref.path, symref.reference).path == symref.path # @NoEffect + SymbolicReference.create(rw_repo, symref.path, symref.reference).path == symref.path # @NoEffect SymbolicReference.delete(rw_repo, symref) # would raise if the symref wouldn't have been deletedpbl symref = SymbolicReference.create(rw_repo, symref_path, cur_head.reference) -- cgit v1.2.1