Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
Patched VLCClient test
Browse files Browse the repository at this point in the history
  • Loading branch information
dylhack committed Sep 20, 2019
1 parent 69ceb03 commit 04fde46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/http/Client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 04fde46

Please sign in to comment.