Commit 250898a9 authored by Sam Saccone's avatar Sam Saccone

style: Fix lint error

parent cbaaf8ca
...@@ -23,7 +23,7 @@ function TestOperations(page) { ...@@ -23,7 +23,7 @@ function TestOperations(page) {
this.assertNewInputNotFocused = function () { this.assertNewInputNotFocused = function () {
return page.getFocussedElementName() return page.getFocussedElementName()
.then(function(name) { .then(function (name) {
assert.notEqual(name, 'new-todo'); assert.notEqual(name, 'new-todo');
}); });
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment