The unit test of `sotringIndexing` is not correctly implemented
Author: LossesCreated Dec 5, 2022Updated Dec 5, 2022
The variable len is defined here:
https://github.com/techfort/LokiJS/blob/25b9a33d57509717d43b4da06d92064f2b7a6c95/spec/generic/sortingIndexing.spec.js#L307
But the value is not replaced here: https://github.com/techfort/LokiJS/blob/25b9a33d57509717d43b4da06d92064f2b7a6c95/spec/generic/sortingIndexing.spec.js#L316-L320
The code is testing the same result for three times, which is incorrect.
Source: techfort/LokiJS