Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecsl committed Jun 11, 2024
1 parent 5eac1b7 commit 297b4d9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/test/java/cloud/eppo/UtilsTest.java
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
package cloud.eppo;

import static cloud.eppo.Utils.parseUtcISODateElement;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNull;

import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.junit.jupiter.api.Test;

import java.util.Date;

import static cloud.eppo.Utils.parseUtcISODateElement;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNull;
import org.junit.jupiter.api.Test;

public class UtilsTest {
@Test
Expand Down

0 comments on commit 297b4d9

Please sign in to comment.