Skip to content

Commit

Permalink
Fix meaningful whitespace in test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Apr 24, 2018
1 parent 3f24f71 commit bff03b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/styling-scoped.html
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@
} else {
assert.equal(document.head.querySelector('[scope="double-shared-styling-element"]').textContent,
`.double-shared-style.double-shared-styling-element {
color: green;
color: green;
}`);
}
});
Expand Down

0 comments on commit bff03b2

Please sign in to comment.