diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-02-25 22:38:50 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-02-25 22:38:50 -0500 |
commit | e6669c8971cd3f3dd8fd1de5608b9bd4ebcecef6 (patch) | |
tree | 6b336cae8de8deb0e1187eac34f97461635ee281 | |
parent | 5a9f2b72399d406e86dadb9cb15ae948e08293cc (diff) |
tests/file_test.py: corrected typo in the docstring of test_cbpath method.
-rw-r--r-- | tests/file_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/file_test.py b/tests/file_test.py index 0ee75d4..807ed23 100644 --- a/tests/file_test.py +++ b/tests/file_test.py @@ -113,7 +113,7 @@ class TestFile(object): def test_cbpath(self): - """Tests the get_cbpath function""" + """Tests the cb_path function""" split_and_encrypt(self.TEST_FILE, self.config) test_file_shard_0 = '%s.shard0' % path.basename(self.TEST_FILE) test_file_shard_0_abspath = path.join(get_nodedirs(self.config)[0], |