fix lint
Change-Id: I4202b557844e8641bddcf821693c7109b3881bdf
This commit is contained in:
@@ -197,7 +197,7 @@ limitations under the License.
|
|||||||
});
|
});
|
||||||
|
|
||||||
test('getCurrentText', () => {
|
test('getCurrentText', () => {
|
||||||
assert.equal(element.getCurrentText(), "test value 1");
|
assert.equal(element.getCurrentText(), 'test value 1');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user