From c56a36c3d8bcff8114f93e973e82be764ba5434c Mon Sep 17 00:00:00 2001 From: anuveyatsu Date: Thu, 19 Apr 2018 23:47:50 +0600 Subject: [PATCH] v0.9.1 --- package.json | 2 +- test/cli.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index de2b198..4f0e6c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-cli", - "version": "0.9.0", + "version": "0.9.1", "description": "CLI for working with data packages", "main": "./lib/index.js", "bin": { diff --git a/test/cli.test.js b/test/cli.test.js index b20e8b5..171219e 100644 --- a/test/cli.test.js +++ b/test/cli.test.js @@ -217,7 +217,7 @@ test('get command with private dataset', async t => { test('Init command in non-interactive mode', async t => { const result = await runcli('init', 'test/fixtures/test-data/files/geo/') t.true(result.stdout.includes('This process initializes a new datapackage.json file')) - t.true(result.stdout.includes('datapackage.json file is saved in')) + t.true(result.stdout.includes('Descriptor is saved in')) }) // QA tests [Info: basic dataset]