Skip to content

Commit 06ed41f

Browse files
committed
test(lib-storage): rename the test file
1 parent 43a7d6d commit 06ed41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lib-storage/src/lib-storage-example.integ.spec.ts renamed to lib/lib-storage/src/lib-storage.integ.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Readable } from "node:stream";
77
import { describe, expect, test as it } from "vitest";
88

99
describe("lib storage integration test", () => {
10-
it("example of how to write an integration test that includes responses", async () => {
10+
it("verifies CompleteMultipartUpload response is properly mapped to Upload response for large files", async () => {
1111
const client = new S3({
1212
region: "us-west-2",
1313
credentials: {

0 commit comments

Comments
 (0)