Skip to content

Commit 10b411e

Browse files
leibalefranciscop
andauthored
Update packages/client/lib/client/index.spec.ts
Co-authored-by: Francisco Presencia <franciscop@users.noreply.github.com>
1 parent 3a4fcad commit 10b411e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/lib/client/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ describe('Client', () => {
108108
});
109109

110110
describe('connect', () => {
111-
testUtils.testWithClient('connect should return the clietn instance', async client => {
111+
testUtils.testWithClient('connect should return the client instance', async client => {
112112
try {
113113
assert.equal(await client.connect(), client);
114114
} finally {

0 commit comments

Comments
 (0)