minor fix

This commit is contained in:
Shinsuke Sugaya 2018-05-31 14:23:21 +09:00
parent 9a3539c806
commit adf52ffa87

View file

@ -93,7 +93,7 @@ public class SearchListTests extends CrudTestBase {
@Override
protected Map<String, Object> getUpdateMap() {
final Map<String, Object> updateMap = new HashMap<>();
// updateMap.put("click_count", 100);
// updateMap.put("click_count", 100);
return updateMap;
}