Skip to content

Commit

Permalink
Update YamlEncodingTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Carleslc committed Jul 4, 2020
1 parent 322a1a6 commit a49eba3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/org/simpleyaml/test/YamlEncodingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ public class YamlEncodingTest {
public static void main(String[] args) throws IOException {
YamlFile yamlFile = new YamlFile("test-encoding.yml");

yamlFile.createNewFile(false);

yamlFile.set("encoding.default", Charset.defaultCharset().name());
yamlFile.set("encoding.charset", yamlFile.options().charset().name());
yamlFile.set("encoding.unicode", yamlFile.options().isUnicode());
Expand Down

0 comments on commit a49eba3

Please sign in to comment.