From 04fde465bfe21c87ac8f9c9500f5ac0114917039 Mon Sep 17 00:00:00 2001 From: dylhack Date: Fri, 20 Sep 2019 13:38:22 -0500 Subject: [PATCH] Patched VLCClient test --- test/http/Client.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/http/Client.test.ts b/test/http/Client.test.ts index 1cbe42b..59fce00 100644 --- a/test/http/Client.test.ts +++ b/test/http/Client.test.ts @@ -5,7 +5,7 @@ import {VLCPlaylist} from "../../src/http/classes/VLCPlaylist"; const client: VLCClient = new VLCClient({ address: '127.0.0.1', password: 'rosebud', - port: '8080' + port: 8080 }); describe('Client', function () {