Fix lint warning
Change-Id: I1747844a0f92d8a6c36ea2b2b70d789b60e992e3
This commit is contained in:
@@ -329,7 +329,7 @@ limitations under the License.
|
||||
element._handleCherrypickConfirm();
|
||||
|
||||
assert.equal(element.$.confirmCherrypick.$.messageInput.value,
|
||||
"foo message");
|
||||
'foo message');
|
||||
|
||||
assert.deepEqual(fireActionStub.lastCall.args, [
|
||||
'/cherrypick', action, true, {
|
||||
|
||||
Reference in New Issue
Block a user