Skip to content
Snippets Groups Projects
Commit 5fce864e authored by Shinsuke Sugaya's avatar Shinsuke Sugaya
Browse files

fix test case

parent 38a7c3e1
Branches
Tags
No related merge requests found
......@@ -231,7 +231,7 @@ public class CrawlerLogTests extends CrawlTestBase {
assertTrue(results.size() >= 1);
Map<String, Object> item = results.get(0);
assertTrue(item.containsKey("content_title"));
assertEquals("<strong>CodeLibs</strong>", item.get("content_title"));
assertEquals("<strong>CodeLibs</strong> Project", item.get("content_title"));
}
private void testDeleteSearchList() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment