mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Fix meaningful whitespace in test assertion
This commit is contained in:
@@ -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;
|
||||
}`);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user