1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

Down to 19 failures.

This commit is contained in:
Sam Rose 2024-06-13 14:45:43 +01:00
parent 854347f9f5
commit 746ee711ae
No known key found for this signature in database

View file

@ -94,7 +94,7 @@ describe.each([
private async performSearch(): Promise<Row[]> {
if (isInMemory) {
let result = dataFilters.runQuery(rows, this.query.query)
let result = dataFilters.runQuery(_.cloneDeep(rows), this.query.query)
if (this.query.sort) {
result = dataFilters.sort(
result,