Skip to content

Commit

Permalink
Update tstest.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Masahiro Sakamoto <massakam@lycorp.co.jp>
  • Loading branch information
raymondBourges and massakam authored Sep 2, 2024
1 parent 89e4a65 commit 956e3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tstest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import Pulsar = require('./index');
const authBasic: Pulsar.AuthenticationBasic = new Pulsar.AuthenticationBasic({
username: 'basic.username',
password: 'basic.password',
});
});

const client: Pulsar.Client = new Pulsar.Client({
serviceUrl: 'pulsar://localhost:6650',
Expand Down

0 comments on commit 956e3c1

Please sign in to comment.