This is an automated email from the ASF dual-hosted git repository.
lcwik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new be3d4d1 Fix duplicate test name.
be3d4d1 is described below
commit be3d4d13e64de62694a6ea041bfac5c886074ebd
Author: Udi Meiri <[email protected]>
AuthorDate: Thu Dec 7 13:41:23 2017 -0800
Fix duplicate test name.
---
sdks/python/apache_beam/io/localfilesystem_test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdks/python/apache_beam/io/localfilesystem_test.py
b/sdks/python/apache_beam/io/localfilesystem_test.py
index 8c34ecd..31741c9 100644
--- a/sdks/python/apache_beam/io/localfilesystem_test.py
+++ b/sdks/python/apache_beam/io/localfilesystem_test.py
@@ -146,7 +146,7 @@ class LocalFileSystemTest(unittest.TestCase):
error.exception.message.startswith('Match operation failed'))
self.assertEqual(error.exception.exception_details.keys(), [None])
- def test_match_directory(self):
+ def test_match_glob(self):
path1 = os.path.join(self.tmpdir, 'f1')
path2 = os.path.join(self.tmpdir, 'f2')
open(path1, 'a').close()
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].