Fix meaningful whitespace in test assertion

This commit is contained in:
Kevin Schaaf
2018-04-23 22:43:37 -07:00
parent 3f24f71d06
commit bff03b2d7f

View File

@@ -1047,7 +1047,7 @@ suite('double including style sheets', function() {
} else {
assert.equal(document.head.querySelector('[scope="double-shared-styling-element"]').textContent,
`.double-shared-style.double-shared-styling-element {
color: green;
color: green;
}`);
}
});