part of the task #145 corrected lock of verified data nested callbacks
This commit is contained in:
parent
c2017f85e8
commit
1f978828f7
|
@ -203,6 +203,7 @@ describe('lock verified data path', () => {
|
||||||
expect(result).toEqual('administrative was here');
|
expect(result).toEqual('administrative was here');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|
||||||
describe('as salesPerson second run', () => {
|
describe('as salesPerson second run', () => {
|
||||||
beforeAll(() => {
|
beforeAll(() => {
|
||||||
|
@ -279,5 +280,4 @@ describe('lock verified data path', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue