mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03:30
Fix failing unit tests.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user