refs #6184 saveCmr #1788

Merged
guillermo merged 58 commits from 6184-saveCmr into dev 2024-02-13 06:47:06 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ffa9212861 - Show all commits

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: {