Skip to content

Commit

Permalink
Merge pull request #56 from trocco-io/fix-spotless
Browse files Browse the repository at this point in the history
fix: spotlessApply
  • Loading branch information
tomohiro-okuyama authored Jul 1, 2024
2 parents 8ff56e7 + ffa8e1e commit 07ee7a4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,9 @@ public void deserialize_TIME() throws IOException {

@Test
public void deserialize_TIME_defaultValueEmpty() throws IOException {
URL url = getClass().getResource("FieldPropertyDeserializerTest_deserialize_TIME_defaultValueEmpty.json");
URL url =
getClass()
.getResource("FieldPropertyDeserializerTest_deserialize_TIME_defaultValueEmpty.json");

TestObject result = mapper.readValue(url, TestObject.class);
assertThat(result.getProperty()).isInstanceOf(TimeFieldProperty.class);
Expand Down

0 comments on commit 07ee7a4

Please sign in to comment.