part of the task #145 corrected lock of verified data nested callbacks

This commit is contained in:
Carlos Jimenez 2018-03-05 12:28:59 +01:00
parent c2017f85e8
commit 1f978828f7
1 changed files with 63 additions and 63 deletions

View File

@ -203,6 +203,7 @@ describe('lock verified data path', () => {
expect(result).toEqual('administrative was here');
});
});
});
describe('as salesPerson second run', () => {
beforeAll(() => {
@ -279,5 +280,4 @@ describe('lock verified data path', () => {
});
});
});
});
});