Fix SocketActions.test.ts
This commit is contained in:
parent
43895f4b06
commit
45486aa837
@ -132,7 +132,8 @@ describe('SocketActions', () => {
|
||||
|
||||
expect(store.getState().streams).toEqual({
|
||||
b: {
|
||||
mediaStream: stream,
|
||||
userId: 'b',
|
||||
stream,
|
||||
url: jasmine.any(String),
|
||||
},
|
||||
})
|
||||
@ -145,7 +146,8 @@ describe('SocketActions', () => {
|
||||
peer.emit(constants.PEER_EVENT_STREAM, stream)
|
||||
expect(store.getState().streams).toEqual({
|
||||
b: {
|
||||
mediaStream: stream,
|
||||
userId: 'b',
|
||||
stream,
|
||||
url: jasmine.any(String),
|
||||
},
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user