Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillKurdyukov committed Sep 18, 2024
1 parent 6069320 commit 8648540
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import java.math.BigDecimal;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.util.TimeZone;
import org.hibernate.cfg.AvailableSettings;
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.BeforeAll;
Expand Down Expand Up @@ -33,8 +32,6 @@ static void beforeAll() {

@Test
void integrationTypesTest() {
TimeZone.setDefault(TimeZone.getTimeZone("UTC"));

Employee employee = new Employee(
1,
"Kirill Kurdyukov",
Expand Down

0 comments on commit 8648540

Please sign in to comment.