Updated test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-09-15 14:26:23 +02:00
parent 1f1b09d456
commit b5b7172b72
1 changed files with 1 additions and 1 deletions

View File

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