Skip to content

Commit

Permalink
Update query.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed Jan 25, 2024
1 parent dca7615 commit ff0fb68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const putgen = helper.putgen

describe('Queries', function () {
const client = helper.client

this.timeout(40000)
const testSet = 'test/query-' + Math.floor(Math.random() * 100000)
const samples = [
{ name: 'int match', i: 5 },
Expand Down Expand Up @@ -159,7 +159,6 @@ describe('Queries', function () {
}

before(() => {
this.timeout(40000)
const generators = {
keygen: keygen.string(helper.namespace, testSet, { prefix: 'test/query/', random: false }),
recgen: () => samples.pop(),
Expand Down

0 comments on commit ff0fb68

Please sign in to comment.