mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Fix failing unit tests.
This commit is contained in:
parent
3e1e068013
commit
473ce95c86
@ -56,6 +56,8 @@ describe('Output | StreamService', () => {
|
||||
});
|
||||
|
||||
it('returns true', () => {
|
||||
stream.counters.min = 1;
|
||||
stream.counters.ready = 2;
|
||||
stream.state.ending = true;
|
||||
let res = stream.isReadyToRender();
|
||||
expect(res).toBe(true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user