Skip to content

Commit

Permalink
Fix Test for geolocation
Browse files Browse the repository at this point in the history
  • Loading branch information
chripalombella committed May 27, 2019
1 parent 7f8c948 commit 8627bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class SimpleTestJournalArticle extends ConvertibleJournalArticle {
@JournalArticleField(name = "textArea")
private String textArea;

@JournalArticleField(name = "geolocation")
@JournalArticleField(name = "geolocalizzazione")
private String geolocation;

public String getTitle() {
Expand Down

0 comments on commit 8627bce

Please sign in to comment.