remove(focus). refs #6403 remove f
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Pablo Natek 2024-02-23 14:41:35 +01:00
parent 94b49efb1f
commit 44668b2445
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ const expedition1 = {
let tx;
let options;
fdescribe('MRWConfig createShipment()', () => {
describe('MRWConfig createShipment()', () => {
beforeEach(async() => {
options = tx = undefined;
tx = await models.MrwConfig.beginTransaction({});