Skip to content

Commit

Permalink
§
Browse files Browse the repository at this point in the history
  • Loading branch information
justingrayston committed Dec 24, 2014
1 parent b1d06a4 commit 2040f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/appengine_manage_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ exports.copy = {
testUpdateWithCustomVersion: function (test) {
var task = ctx.newTask(['update', 'myapp'], {
manageFlags: {
version: '1.0'
version: '1-0'
}
});

var result = task.execute(true);
test.equals(result.cmd, 'appcfg.py --version=1.0 --oauth2 update .');
test.equals(result.cmd, 'appcfg.py --version=1-0 --oauth2 update .');

test.done();
},
Expand Down

0 comments on commit 2040f22

Please sign in to comment.