Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zubaira committed Dec 6, 2023
1 parent e53febd commit fcedb40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public Set<String> getKeywords() {
@Override
public void save(CustomIcon customIcon, FileResource fileResource, User createdByUser) {
jdbcTemplate.update(
"INSERT INTO customicon (key, description, keywords, fileresourceid, createdby, created, lastupdated) VALUES (?, ?, ?, ?, ?,?,?,?)",
"INSERT INTO customicon (key, description, keywords, fileresourceid, createdby, created, lastupdated) VALUES (?, ?, ?, ?,?,?,?)",
customIcon.getKey(),
customIcon.getDescription(),
customIcon.getKeywords(),
Expand Down

0 comments on commit fcedb40

Please sign in to comment.