Skip to content

Commit c0b91e0

Browse files
committed
Fix typo
1 parent 27c88ab commit c0b91e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/filetools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2687,7 +2687,7 @@ def test_empty_dir(self):
26872687
txt = self.get_stdout()
26882688
self.mock_stdout(False)
26892689

2690-
self.assertRegEx(txt, "^directory [^ ]* emptied$")
2690+
self.assertRegex(txt, "^directory [^ ]* emptied$")
26912691

26922692
def test_remove(self):
26932693
"""Test remove_file, remove_dir and join remove functions."""

0 commit comments

Comments
 (0)