mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Fix failing unit tests.
This commit is contained in:
@@ -56,6 +56,8 @@ describe('Output | StreamService', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('returns true', () => {
|
it('returns true', () => {
|
||||||
|
stream.counters.min = 1;
|
||||||
|
stream.counters.ready = 2;
|
||||||
stream.state.ending = true;
|
stream.state.ending = true;
|
||||||
let res = stream.isReadyToRender();
|
let res = stream.isReadyToRender();
|
||||||
expect(res).toBe(true);
|
expect(res).toBe(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user