diff --git a/test/commands/test_dataize.js b/test/commands/test_dataize.js index 1b6e019..702995e 100644 --- a/test/commands/test_dataize.js +++ b/test/commands/test_dataize.js @@ -32,7 +32,7 @@ const versions = new Map([ [parserVersion, homeHash], ['0.34.1', '1d605bd872f27494551e9dd2341b9413d0d96d89'], ]); -versions.forEach(function (hash, version) { +versions.forEach(function(hash, version) { describe('dataize', function() { it('dataizes with ' + version, function(done) { home = path.resolve('temp/test-dataize/' + version + '/simple');