Skip to content

Commit c56a36c

Browse files
committed
v0.9.1
1 parent 5714386 commit c56a36c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-cli",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "CLI for working with data packages",
55
"main": "./lib/index.js",
66
"bin": {

test/cli.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ test('get command with private dataset', async t => {
217217
test('Init command in non-interactive mode', async t => {
218218
const result = await runcli('init', 'test/fixtures/test-data/files/geo/')
219219
t.true(result.stdout.includes('This process initializes a new datapackage.json file'))
220-
t.true(result.stdout.includes('datapackage.json file is saved in'))
220+
t.true(result.stdout.includes('Descriptor is saved in'))
221221
})
222222

223223
// QA tests [Info: basic dataset]

0 commit comments

Comments
 (0)