Commit 16856a9
committed
fix(FileListService): add missing fileId field in files array
When formatting a single file (non-envelope), the files array was
missing the fileId field, causing test failures. Added fileId to
match the expected API structure.
Fixes the test error: 'Undefined array key "fileId"' in
FileListServiceTest::testFormatSingleFileStructureByNodeType
Signed-off-by: Vitor Mattos <[email protected]>1 parent b9deb66 commit 16856a9
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
| |||
0 commit comments