diff --git a/types/thrift/thrift-tests.ts b/types/thrift/thrift-tests.ts index 181ebeb20e..385a1051b9 100644 --- a/types/thrift/thrift-tests.ts +++ b/types/thrift/thrift-tests.ts @@ -67,9 +67,9 @@ const clientConnection = createConnection('0.0.0.0', 1234, { const secureConnection = createConnection('0.0.0.0', 1234, { transport: TBufferedTransport, - protocol: TBinaryProtocol, - nodeOptions: httpsOptions -}) + protocol: TBinaryProtocol, + nodeOptions: httpsOptions +}); createClient(mockGeneratedService, clientConnection);