This commit is contained in:
parent
f4ce5db93b
commit
db8dc8487b
|
@ -34,7 +34,7 @@ describe('ticket merge()', () => {
|
|||
return value;
|
||||
};
|
||||
|
||||
it('should merge a ticket', async() => {
|
||||
it('should merge two tickets', async() => {
|
||||
const tx = await models.Ticket.beginTransaction({});
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue