describe('updateCollectionSale()', () => {
it('return a collection updated', async() => {
let val = 2;
expect(val).toBeGreaterThan(1);
});