fix: refs #6404 remove fixtures after test
gitea/salix/pipeline/pr-master This commit looks good
Details
gitea/salix/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
c3d64b2358
commit
25afa80bab
|
@ -55,6 +55,8 @@ describe('MRWConfig createShipment()', () => {
|
||||||
|
|
||||||
afterAll(async() => {
|
afterAll(async() => {
|
||||||
await cleanFixtures();
|
await cleanFixtures();
|
||||||
|
await models.Ticket.destroyAll(ticket1);
|
||||||
|
await models.Expedition.destroyAll(ticket1);
|
||||||
});
|
});
|
||||||
|
|
||||||
beforeEach(async() => {
|
beforeEach(async() => {
|
||||||
|
|
Loading…
Reference in New Issue