Force test to fail
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Joan Sanchez 2022-05-13 09:53:47 +02:00
parent c47f8dcd35
commit 6b18432f87
1 changed files with 1 additions and 1 deletions

View File

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