D7769: tests: fix a copy/paste name duplication in storage.py

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Wed Jan 8 19:51:03 UTC 2020


Closed by commit rHGa1ee825fc6c5: tests: fix a copy/paste name duplication in storage.py (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7769?vs=19000&id=19098

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7769/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7769

AFFECTED FILES
  mercurial/testing/storage.py

CHANGE DETAILS

diff --git a/mercurial/testing/storage.py b/mercurial/testing/storage.py
--- a/mercurial/testing/storage.py
+++ b/mercurial/testing/storage.py
@@ -964,7 +964,7 @@
         with self.assertRaises(error.StorageError):
             f.rawdata(node1)
 
-    def testbadnoderevisionraw(self):
+    def testbadnoderevision(self):
         # Like above except we test read() first to isolate revision caching
         # behavior.
         f = self._makefilefn()



To: mharbison72, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list