refs #6915 test_master24_8 #2067

Merged
alexm merged 561 commits from test_master24_8 into master 2024-02-22 07:31:34 +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: {