Fix streams.test.ts
This commit is contained in:
parent
e851181ffa
commit
478df8c8fd
@ -35,8 +35,11 @@ describe('reducers/alerts', () => {
|
|||||||
expect(store.getState().streams).toEqual({
|
expect(store.getState().streams).toEqual({
|
||||||
[userId]: {
|
[userId]: {
|
||||||
userId,
|
userId,
|
||||||
stream: stream,
|
streams: [{
|
||||||
url: jasmine.any(String),
|
stream,
|
||||||
|
url: jasmine.any(String),
|
||||||
|
type: undefined,
|
||||||
|
}],
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
@ -47,8 +50,11 @@ describe('reducers/alerts', () => {
|
|||||||
expect(store.getState().streams).toEqual({
|
expect(store.getState().streams).toEqual({
|
||||||
[userId]: {
|
[userId]: {
|
||||||
userId,
|
userId,
|
||||||
stream: stream,
|
streams: [{
|
||||||
url: undefined,
|
stream,
|
||||||
|
type: undefined,
|
||||||
|
url: undefined,
|
||||||
|
}],
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user