Skip to content

Commit b9d564f

Browse files
committed
Fix test data for jsonld-java#144 : remove unnecessary content
1 parent 5ba3e50 commit b9d564f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/sesame/src/test/java/com/github/jsonldjava/sesame/SesameLocaleNumericTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ public void testLocaleFrench() throws Exception {
7070

7171
private String getTestString() {
7272
return "{" + "\"@id\": \"http://www.ex.com/product\"," + "\"http://schema.org/price\": {"
73-
+ "\"@value\": 100.00" + "}}}";
73+
+ "\"@value\": 100.00" + "}}";
7474
}
7575
}

0 commit comments

Comments
 (0)