Skip to content

Commit 7166309

Browse files
committed
Check with new MEG datasets
1 parent 59d1bfe commit 7166309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bids.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var fs = require('fs');
88
var AdmZip = require('adm-zip');
99
var path = require('path');
1010
var Test = require("mocha/lib/test");
11-
var test_version = "1.0.2u1";
11+
var test_version = "1.0.2u2";
1212

1313
function getDirectories(srcpath) {
1414
return fs.readdirSync(srcpath).filter(function(file) {

0 commit comments

Comments
 (0)