Skip to content

Commit

Permalink
Merge pull request #437 from chrisfilo/enh/example_update
Browse files Browse the repository at this point in the history
Update examples
  • Loading branch information
chrisgorgo authored Mar 14, 2018
2 parents bb8ad3f + ec2a2e9 commit e041b43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/bids.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var fs = require('fs');
var AdmZip = require('adm-zip');
var path = require('path');
var Test = require("mocha/lib/test");
var test_version = "1.0.0-rc3u5";
var test_version = "1.0.2u1";

function getDirectories(srcpath) {
return fs.readdirSync(srcpath).filter(function(file) {
Expand Down Expand Up @@ -82,7 +82,6 @@ var suite = describe('BIDS example datasets ', function() {
assert(summary.modalities.includes('inplaneT2'));
assert(summary.modalities.includes('bold'));
assert(summary.totalFiles === 133);
assert(summary.size === 803546);
assert.deepEqual(errors, []);
assert(warnings.length === 1 && warnings[0].code === '13');
isdone();
Expand Down

0 comments on commit e041b43

Please sign in to comment.