Skip to content

Commit

Permalink
CTR js test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazcy committed Apr 9, 2024
1 parent 1d1efb9 commit d6e942d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('DriverRemoteConnection', function () {
});

it('should be able to send multiple requests concurrently with valid credentials and parse the response', async function () {
connection = helper.getSecureConnectionWithPlainTextSaslAuthenticator(null, 'stephen', 'password');
connection = getSecureConnectionWithPlainTextSaslAuthenticator(null, 'stephen', 'password');

const submissions = await Promise.all(
Array.from({ length: 10 }).map(() => connection.submit(new Bytecode().addStep('V', []).addStep('tail', []))),
Expand Down

0 comments on commit d6e942d

Please sign in to comment.