Skip to content

Commit fdea0a0

Browse files
committed
fix icon test
1 parent 2ad40d5 commit fdea0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/javascripts/components/d-icon-test.js.es6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ componentTest("with replacement", {
2525
.trim();
2626
assert.equal(
2727
html,
28-
'<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>'
28+
'<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>'
2929
);
3030
}
3131
});

0 commit comments

Comments
 (0)