Skip to content

Commit

Permalink
Fix checkstyle warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki-sato committed Mar 12, 2020
1 parent 3a22280 commit 305ad91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public void booleanStrings()

transaction(config, fileInput("[{\"_c1\" : \"yes\", \"_c2\" : \"true\", \"_c3\" : \"1\",",
"\"_c4\" : \"on\", \"_c5\" : \"y\", \"_c6\" : \"t\",",
"\"_c7\" : \"no\", \"_c8\" : \"false\", \"_c9\" : \"0\"," ,
"\"_c7\" : \"no\", \"_c8\" : \"false\", \"_c9\" : \"0\",",
"\"_c10\" : \"off\", \"_c11\" : \"n\", \"_c12\" : \"f\"}]"));
List<Object[]> records = Pages.toObjects(schema.toSchema(), output.pages);
assertEquals(1, records.size());
Expand Down

0 comments on commit 305ad91

Please sign in to comment.