Skip to content

Commit 9f469ff

Browse files
authored
Merge pull request #424 from kapilkd13/sametest
enabling a test that was ignored due to similar name
2 parents f018277 + b2a9734 commit 9f469ff

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)