Skip to content

Commit 9122915

Browse files
committed
test: make wording more clear
1 parent 11821e1 commit 9122915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/shared/awsClientBuilderV3.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ describe('AwsClientBuilderV3', function () {
9191
assert.strictEqual(service.config.requestHandler, requestHandler)
9292
})
9393

94-
it('defaults to same http client', function () {
94+
it('defaults to reusing singular http client', function () {
9595
const service = builder.createAwsService({
9696
serviceClient: Client,
9797
})

0 commit comments

Comments
 (0)