Commit 3dcef61
committed
fix: Initialize gitea_tests array
The `gitea_tests` array was not explicitly initialized, which could lead
to unexpected behavior if the array was used before any elements were
assigned. This change ensures it is initialized as an empty array.1 parent db0fceb commit 3dcef61
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments