Skip to content

Commit

Permalink
npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
VeskeR committed Feb 21, 2024
1 parent a4f57db commit 6af3284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/modules/shared_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ define([
function testOnAllTransports(name, testFn, excludeUpgrade, skip) {
var itFn = skip ? it.skip : it;
let transports = availableTransports;
transports.forEach( function (transport) {
transports.forEach(function (transport) {
itFn(
name + '_with_' + transport + '_binary_transport',
testFn({ transports: [transport], useBinaryProtocol: true })
Expand Down

0 comments on commit 6af3284

Please sign in to comment.