Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
fix manifest test by turning off indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Jan 26, 2018
1 parent f3d6113 commit 11b702b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ tape('multidat.close()', function (t) {
tape('multidat.readManifest', function (t) {
t.test('should read a manifest if there is one', function (t) {
var sourceLocation = path.join('/tmp', String(Date.now()))
Dat(sourceLocation, function (err, sourceDat) {
Dat(sourceLocation, { indexing: false }, function (err, sourceDat) {
t.ifError(err, 'no error')
sourceDat.joinNetwork()
var ws = sourceDat.archive.createWriteStream('dat.json')
Expand Down

0 comments on commit 11b702b

Please sign in to comment.