Skip to content

Commit

Permalink
zzz
Browse files Browse the repository at this point in the history
  • Loading branch information
signavio-fghedina committed Nov 7, 2019
1 parent eea24cd commit bf7406e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/test/testbigtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ const assert = require('assert'),
describe('Search on a big file', () => {
describe('TIME: How many lots numbered 119?', () => {
const search = sh.forKeyValue(objs, { key: "LOT_NUM", value: "119" }),
expectedNum = 180;
expectedNum = 89;

it(`should find the right amount of lots`, () => {

// console.log(search.timeElapsed)
assert.equal(expectedNum, search.results.length);
});
});
Expand Down

0 comments on commit bf7406e

Please sign in to comment.