2430-catalog_multi_tag #371

Merged
carlosjr merged 13 commits from 2430-catalog_multi_tag into dev 2020-09-16 14:15:40 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b5b7172b72 - Show all commits

View File

@ -360,7 +360,7 @@ describe('Order', () => {
}];
const result = controller.sanitizedTagGroupParam();
expect(result).toMatchObject(expectedResult);
expect(result).toEqual(expect.objectContaining(expectedResult));
});
});
});