Skip to content

Commit

Permalink
Tidy t/insert/ambiguous-too-early.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 00c491f commit 6bdc622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/insert/ambiguous-too-early.t.js
@@ -1,7 +1,7 @@
#!/usr/bin/env node

require('./proof')(3, function (step, Strata, tmp, deepEqual, serialize, gather, equal) {
var strata = new Strata({ directory: tmp, leafSize: 3, branchSize: 3 }), fs = require('fs'), ambiguity = []
require('./proof')(3, function (step, Strata, tmp, serialize, gather, deepEqual, equal) {
var strata = new Strata({ directory: tmp, leafSize: 3, branchSize: 3 }), ambiguity = []
step(function () {
serialize(__dirname + '/fixtures/ambiguous.before.json', tmp, step())
}, function () {
Expand Down

0 comments on commit 6bdc622

Please sign in to comment.