fix icon test

This commit is contained in:
Kris 2019-12-19 14:53:57 -05:00
parent 2ad40d5f71
commit fdea0a0838

View File

@ -25,7 +25,7 @@ componentTest("with replacement", {
.trim();
assert.equal(
html,
'<svg class="fa d-icon d-icon-d-watching svg-icon svg-string" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#exclamation-circle"></use></svg>'
'<svg class="fa d-icon d-icon-d-watching svg-icon svg-string" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#discourse-bell-exclamation"></use></svg>'
);
}
});