Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5b263f3

Browse files
Comments are corrected
1 parent 7fa4aa8 commit 5b263f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_remote.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def test_read_binary__spec__unk_file(self):
226226

227227
def test_get_file_size(self):
228228
"""
229-
Test LocalOperations::get_file_size.
229+
Test RemoteOperations::get_file_size.
230230
"""
231231
filename = __file__ # current file
232232

@@ -239,7 +239,7 @@ def test_get_file_size(self):
239239

240240
def test_get_file_size__unk_file(self):
241241
"""
242-
Test LocalOperations::get_file_size.
242+
Test RemoteOperations::get_file_size.
243243
"""
244244

245245
with pytest.raises(ExecUtilException, match=re.escape("du: cannot access '/dummy': No such file or directory")):

0 commit comments

Comments
 (0)