DEV: correct missing file from revert

Test did not revert cleanly. Corrected.
This commit is contained in:
Sam Saffron
2020-04-25 13:29:45 +10:00
parent 8c1e008c59
commit 3de901e38d

View File

@@ -12,7 +12,7 @@ widgetTest("basics", {
});
},
test(assert) {
assert.ok(find(".topic-status .d-icon-discourse-comment-slash").length);
assert.ok(find(".topic-status .d-icon-lock").length);
}
});