Skip to content

Commit b2a9734

Browse files
committed
enabling a test that was ignored due to similar name
1 parent f018277 commit b2a9734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_updatedir(self):
124124
shutil.rmtree(tmp)
125125
shutil.rmtree(out)
126126

127-
def test_updateval_inplace(self):
127+
def test_updatedir_inplace(self):
128128
try:
129129
tmp = tempfile.mkdtemp()
130130
with open(os.path.join(tmp, "value"), "w") as f:

0 commit comments

Comments
 (0)