You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: ♻️ make dimensions a global constant for 3D tests
I have replaced the `dimensions` constant in every 3D test with a single global constant called `dimensions3DCount` to reduce code repetition.
The suffix `3DCount` must be added to prevent clashes with future tests with different dimensions that would also require a similar global constant.
0 commit comments