From e6669c8971cd3f3dd8fd1de5608b9bd4ebcecef6 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Wed, 25 Feb 2015 22:38:50 -0500 Subject: tests/file_test.py: corrected typo in the docstring of test_cbpath method. --- tests/file_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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], -- cgit v1.2.3