Commit b856468
committed
test(integrity): update import path after src/dlx/integrity → src/integrity move
The file move in 8190de4 renamed the source from dlx/integrity to
top-level integrity, but the test's import (resolves to local src/ via
bare @socketsecurity/lib) still pointed at the old path. Tests failed
to load with 'Missing "./dlx/integrity" specifier'.
Updates the two import statements and aligns the describe label.
19/19 tests now pass.1 parent 19e4694 commit b856468
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments