Skip to content

Commit

Permalink
Use vivify in t/insert/between.t.js.
Browse files Browse the repository at this point in the history
See #352.
  • Loading branch information
demarius authored and flatheadmill committed Apr 25, 2014
1 parent 21e93a6 commit 99eb043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/insert/between.t.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

require('./proof')(2, function (step, Strata, tmp, load, serialize, objectify, gather, deepEqual) {
require('./proof')(2, function (step, Strata, tmp, load, serialize, vivify, gather, deepEqual) {
var strata = new Strata({ directory: tmp, leafSize: 3, branchSize: 3 })
step(function () {
serialize(__dirname + '/fixtures/between.before.json', tmp, step())
Expand All @@ -13,7 +13,7 @@ require('./proof')(2, function (step, Strata, tmp, load, serialize, objectify, g
cursor.insert('b', 'b', ~ cursor.index, step())
}, function () {
cursor.unlock()
objectify(tmp, step())
vivify(tmp, step())
load(__dirname + '/fixtures/between.after.json', step())
})
}, function (actual, expected) {
Expand Down

0 comments on commit 99eb043

Please sign in to comment.