Fix the build.

This commit is contained in:
Guo Xiang Tan 2016-01-29 17:52:30 +08:00
parent 350f1685e5
commit 2c19e7f73d
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ test("Mentions", function() {
});
test("Category hashtags", () => {
var alwaysTrue = { categoryHashtagLookup: (function() { return ["category", "http://test.discourse.org/category-hashtag"]; }) };
var alwaysTrue = { categoryHashtagLookup: (function() { return "http://test.discourse.org/category-hashtag"; }) };
cookedOptions("Check out #category-hashtag", alwaysTrue,
"<p>Check out <a class=\"hashtag\" href=\"http://test.discourse.org/category-hashtag\">#<span>category-hashtag</span></a></p>",