Skip to content

Commit

Permalink
test(s3): e2e test for s3 selectObjectContent
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP committed May 19, 2022
1 parent 8144874 commit de2eef6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions clients/client-s3/test/e2e/S3.ispec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,10 @@ describe("@aws-sdk/client-s3", () => {
expect((listUploadsResult.Uploads || []).map((upload) => upload.UploadId)).not.to.contain(toAbort);
});
});

describe("selectObjectContent", () => {
it("should succeed", () => {
console.log("ABC");
});
});
});

0 comments on commit de2eef6

Please sign in to comment.