mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 20:25:48 +00:00
committed by
Mayukha Vadari
parent
3cbdbac4f9
commit
10445cff01
@@ -14,7 +14,7 @@ describe('client constructor', function () {
|
||||
|
||||
it('Client valid options', function () {
|
||||
const client = new Client('wss://s:1')
|
||||
const privateConnectionUrl = (client.connection as any).url
|
||||
const privateConnectionUrl = client.connection.getUrl()
|
||||
assert.deepEqual(privateConnectionUrl, 'wss://s:1')
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user