Commit 236204f
Fix import path for UnitsService in units-otp-code test
- Changed import from 'src/app/common/services' to 'src/app/common/services/advanced'
- Matches component's import path
- Split beforeEach into two blocks (one with waitForAsync, one for component creation)
- Matches pattern used by other working tests
Note: This test still fails with NG0201 provider error. This appears to be a TestBed/inject() interaction issue that requires further investigation.
Co-authored-by: renemadsen <[email protected]>1 parent 3ef0df9 commit 236204f
File tree
1 file changed
+6
-3
lines changed- eform-client/src/app/modules/advanced/components/units/units-otp-code
1 file changed
+6
-3
lines changedLines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | | - | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
0 commit comments