Commit 3791e39 1 parent 51f7f08 commit 3791e39 Copy full SHA for 3791e39
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ def test_list_members_should_return_a_list_of_members(self):
70
70
self .assertIsInstance (command_output , MemberListResponse )
71
71
72
72
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."""
74
74
command_output = self .files .ds .get_content (self .test_member_jcl )
75
75
self .assertIsInstance (command_output , str )
76
76
@@ -85,7 +85,7 @@ def test_get_binary_content_should_return_response_content(self):
85
85
self .assertIsInstance (command_output , bytes )
86
86
87
87
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."""
89
89
command_output = self .files .uss .get_content_streamed (self .files_fixtures ["TEST_USS" ])
90
90
self .assertIsInstance (command_output .raw , urllib3 .response .HTTPResponse )
91
91
You can’t perform that action at this time.
0 commit comments