fix: refs #8222 fix pr
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-11-25 13:22:55 +01:00
parent 117baa3298
commit 100b709cee
1 changed files with 1 additions and 1 deletions

View File

@ -56,6 +56,6 @@ describe('zone deletezone()', () => {
await tx.rollback();
}
expect(error).toEqual('There are tickets to be invoiced for this area, please delete them first');
expect(error).toEqual('There are tickets to be invoiced');
});
});