From 42f4193dbc09aec2ac3fa690ef00afba1d66b53f Mon Sep 17 00:00:00 2001 From: Kevin Greene Date: Thu, 16 Nov 2017 14:19:40 -0800 Subject: [PATCH] Fixing tests --- types/thrift/thrift-tests.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);