File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/test/java/io/frictionlessdata/datapackage Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >io.frictionlessdata</groupId >
55 <artifactId >datapackage-java</artifactId >
6- <version >0.1.9 -SNAPSHOT</version >
6+ <version >0.2.0 -SNAPSHOT</version >
77 <packaging >jar</packaging >
88 <issueManagement >
99 <url >https://github.com/frictionlessdata/datapackage-java/issues</url >
1919 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2020 <maven .compiler.source>1.8</maven .compiler.source>
2121 <maven .compiler.target>1.8</maven .compiler.target>
22- <tableschema-java-version >0.1.9 </tableschema-java-version >
22+ <tableschema-java-version >0.2.0 </tableschema-java-version >
2323 <hamcrest .version>1.3</hamcrest .version>
2424 <junit .version>5.8.2</junit .version>
2525 <slf4j-simple .version>1.7.36</slf4j-simple .version>
Original file line number Diff line number Diff line change @@ -42,8 +42,7 @@ public class ContributorTest {
4242 public void testSerialization () {
4343 Collection <Contributor > contributors = Contributor .fromJson (validContributorsJson );
4444 JsonUtil instance = JsonUtil .getInstance ();
45- instance .setIndent (false );
46- String actual = instance .serialize (contributors );
45+ String actual = instance .serialize (contributors , false );
4746 Assertions .assertEquals (validContributorsJson , actual );
4847 }
4948
You can’t perform that action at this time.
0 commit comments