Commit 680e02a
committed
fix: rename local 'resource' variable to avoid shadowing import
The local variable 'resource' in the e2e test was shadowing the imported 'resource' package,
which could cause confusion or conflicts. Renamed to 'resourceData' to clarify intent
and eliminate the naming collision.1 parent 06c0575 commit 680e02a
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
348 | | - | |
349 | | - | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| |||
0 commit comments