Skip to content

Commit

Permalink
remove deprecated methods
Browse files Browse the repository at this point in the history
  • Loading branch information
olamidepeterojo committed Oct 21, 2024
1 parent 5408903 commit 0de23c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_zos_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def test_upload_download_delete_dataset(self):
os.unlink(SAMPLE_JCL_FIXTURE_PATH + ".tmp")

def test_upload_download_delete_uss(self):
self.files.upload_file_to_uss(SAMPLE_JCL_FIXTURE_PATH, self.test_uss_upload)
self.USSFiles.upload(SAMPLE_JCL_FIXTURE_PATH, self.test_uss_upload)
self.files.download_uss(self.test_uss_upload, SAMPLE_JCL_FIXTURE_PATH + ".tmp")
with open(SAMPLE_JCL_FIXTURE_PATH, "r") as in_file:
old_file_content = in_file.read()
Expand Down

0 comments on commit 0de23c9

Please sign in to comment.