fix: refs #6184 Requested changes
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-02-07 10:29:42 +01:00
parent 87864593b2
commit ffa9212861
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
const models = require('vn-loopback/server/server').models;
describe('ticket saveCmr()', () => {
it(`should throw error if the cmr can't save`, async() => {
it(`should save cmr`, async() => {
const tx = await models.Ticket.beginTransaction({});
const ctx = {
req: {