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 4059bc5 commit 8e39d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ describe('Queries', function () {
})
}

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

0 comments on commit 8e39d5d

Please sign in to comment.