Skip to content

Commit 3791e39

Browse files
committed
Update comments in test
Signed-off-by: Timothy Johnson <[email protected]>
1 parent 51f7f08 commit 3791e39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_zos_files.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_list_members_should_return_a_list_of_members(self):
7070
self.assertIsInstance(command_output, MemberListResponse)
7171

7272
def test_get_content_should_return_content_from_dataset(self):
73-
"""Executing gget_content should return content from dataset."""
73+
"""Executing get_content should return content from dataset."""
7474
command_output = self.files.ds.get_content(self.test_member_jcl)
7575
self.assertIsInstance(command_output, str)
7676

@@ -85,7 +85,7 @@ def test_get_binary_content_should_return_response_content(self):
8585
self.assertIsInstance(command_output, bytes)
8686

8787
def test_get_file_content_streamed_should_return_response_content(self):
88-
"""Executing get_binary_content should return response object from the server."""
88+
"""Executing get_content_streamed should return response object from the server."""
8989
command_output = self.files.uss.get_content_streamed(self.files_fixtures["TEST_USS"])
9090
self.assertIsInstance(command_output.raw, urllib3.response.HTTPResponse)
9191

0 commit comments

Comments
 (0)