Skip to content

Commit

Permalink
Update packages/client/lib/client/index.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco Presencia <franciscop@users.noreply.github.com>
  • Loading branch information
leibale and franciscop committed Aug 29, 2023
1 parent 3a4fcad commit 10b411e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/lib/client/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe('Client', () => {
});

describe('connect', () => {
testUtils.testWithClient('connect should return the clietn instance', async client => {
testUtils.testWithClient('connect should return the client instance', async client => {
try {
assert.equal(await client.connect(), client);
} finally {
Expand Down

0 comments on commit 10b411e

Please sign in to comment.