Skip to content

Commit

Permalink
fix test, this is what i get for using another editor
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Jan 17, 2014
1 parent 0b66158 commit 4d7cac5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/testapp/basic.js
Expand Up @@ -108,7 +108,6 @@ describeWd('calc app', function(h) {
var obj = JSON.parse(source);
obj.type.should.equal("UIAApplication");
obj.children[0].type.should.equal("UIAWindow");
console.log(obj.children[0]);
obj.children[0].children[0].label.should.equal("TextField1");
obj.children[0].children[3].name.should.equal("SumLabel");
}).nodeify(done);
Expand Down

0 comments on commit 4d7cac5

Please sign in to comment.