Changed variable name
gitea/salix/2138-zone_event_m3 This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-02-26 13:06:35 +01:00
parent ce84d26fae
commit d401fa8d13
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ describe('Zone Component vnZoneDeliveryDays', () => {
const event = new Event('click');
const target = document.createElement('div');
target.dispatchEvent($event);
target.dispatchEvent(event);
const events = [
{zoneFk: 1},
{zoneFk: 2},