Cleanup test format

Change-Id: I8606412953d507b877a67c816d3e7a059265cc77
This commit is contained in:
Wyatt Allen
2016-11-07 13:19:47 -08:00
parent 7d82244218
commit 603d03c669

View File

@@ -50,8 +50,7 @@ limitations under the License.
assert.isFalse(element.classList.contains('no-left'));
});
test('view does not start with displayLine classList',
function() {
test('view does not start with displayLine classList', function() {
assert.isFalse(
element.$$('.diffContainer').classList.contains('displayLine'));
});
@@ -63,6 +62,7 @@ limitations under the License.
assert.isTrue(spy.called);
assert.isTrue(
element.$$('.diffContainer').classList.contains('displayLine'));
spy.restore();
});
test('get drafts', function(done) {