Skip to content

Commit

Permalink
Tidy t/insert/between.t.js.
Browse files Browse the repository at this point in the history
See #351.
  • Loading branch information
flatheadmill committed Apr 14, 2014
1 parent 73d591c commit 157e895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/insert/between.t.js
@@ -1,7 +1,7 @@
#!/usr/bin/env node

require('./proof')(2, function (step, Strata, tmp, deepEqual, serialize, gather, load, objectify) {
var strata = new Strata({ directory: tmp, leafSize: 3, branchSize: 3 }), fs = require('fs')
require('./proof')(2, function (step, Strata, tmp, load, serialize, objectify, gather, deepEqual) {
var strata = new Strata({ directory: tmp, leafSize: 3, branchSize: 3 })
step(function () {
serialize(__dirname + '/fixtures/between.before.json', tmp, step())
}, function () {
Expand Down

0 comments on commit 157e895

Please sign in to comment.