Skip to content

Commit

Permalink
Update Protoplast
Browse files Browse the repository at this point in the history
  • Loading branch information
ifrost committed Oct 28, 2017
1 parent 83880d5 commit 969ea94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"handlebars": "^4.0.6",
"jquery": "^3.1.1",
"lodash": "^4.17.4",
"protoplast": "2.0.0-alpha.24",
"protoplast": "2.0.3",
"stdio": "^0.2.7",
"text": "requirejs/text"
}
Expand Down
4 changes: 2 additions & 2 deletions test/integration/open.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ define(function (require) {

// WHEN
context.build();
context._objects.pub('app/init');
context._objects.pub.instance('app/init');

// THEN
chai.assert.strictEqual(scriptModel.script, 'Script');
Expand All @@ -64,7 +64,7 @@ define(function (require) {

// WHEN
context.build();
context._objects.pub('app/init');
context._objects.pub.instance('app/init');

// THEN
chai.assert.isUndefined(scriptModel.script);
Expand Down

0 comments on commit 969ea94

Please sign in to comment.