Proper test result
gitea/salix/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Joan Sanchez 2022-05-13 10:02:34 +02:00
parent 6b18432f87
commit f8db3c31df
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ describe('Ticket', () => {
const result = controller.isClaimable;
expect(result).toEqual(true);
expect(result).toEqual(false);
});
});