Removed focus on test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
jorgebl 2021-02-23 14:54:07 +01:00
parent 799bb3a955
commit 71eeaadb43
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ describe('Travel Component vnTravelCreate', () => {
});
});
fdescribe('onShippedChange()', () => {
describe('onShippedChange()', () => {
it(`should do nothing if there's no agencyModeFk in the travel.`, () => {
controller.travel = {};
controller.onShippedChange();