From 21f06ba438a5ce5dc094176dc46c9b5e717cbcfd Mon Sep 17 00:00:00 2001
From: Jeremie BRISON <ext.sopra.jbrison@grandlyon.com>
Date: Tue, 2 Feb 2021 12:28:05 +0100
Subject: [PATCH] fix(form) : remove useless property

---
 src/app/form/form.component.spec.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/app/form/form.component.spec.ts b/src/app/form/form.component.spec.ts
index 83f6d5e3d..9e6733867 100644
--- a/src/app/form/form.component.spec.ts
+++ b/src/app/form/form.component.spec.ts
@@ -95,7 +95,6 @@ describe('FormComponent', () => {
       nbTablets: new FormControl('structure.nbTablets'),
       nbNumericTerminal: new FormControl('structure.nbNumericTerminal'),
       equipmentsDetails: new FormControl('structure.equipmentsDetails'),
-      equipmentsAccessType: new FormControl([]),
     });
   });
 
-- 
GitLab