Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr committed Dec 30, 2016
1 parent df74196 commit 7f2273a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -892,8 +892,8 @@ describe('esri-appbuilder-js:widget subgenerator', function () {
.on('end', done);
});

it('has wabVersion set to 1.4', function (/*done*/) {
assert.fileContent('widgets/TestWidget/manifest.json', /"wabVersion": "1.4",/);
it('has wabVersion set to 2.2', function (/*done*/) {
assert.fileContent('widgets/TestWidget/manifest.json', /"wabVersion": "2.2",/);
});

it('has platform set to HTML', function (/*done*/) {
Expand Down Expand Up @@ -929,8 +929,8 @@ describe('esri-appbuilder-js:widget subgenerator', function () {
.on('end', done);
});

it('has wabVersion set to 1.4', function (/*done*/) {
assert.fileContent('widgets/TestWidget/manifest.json', /"wabVersion": "1.4"/);
it('has wabVersion set to 2.2', function (/*done*/) {
assert.fileContent('widgets/TestWidget/manifest.json', /"wabVersion": "2.2"/);
});

it('has platform set to HTML', function (/*done*/) {
Expand Down

0 comments on commit 7f2273a

Please sign in to comment.