Kaydet (Commit) f8ab7603 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

remove duplicate test_mkd (closes #19118)

üst db0601f8
......@@ -533,10 +533,6 @@ class TestFTPClass(TestCase):
dir = self.client.cwd('/foo')
self.assertEqual(dir, '250 cwd ok')
def test_mkd(self):
dir = self.client.mkd('/foo')
self.assertEqual(dir, '/foo')
def test_pwd(self):
dir = self.client.pwd()
self.assertEqual(dir, 'pwd ok')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment