Skip to content

Commit

Permalink
Get rid of hardcoded timezone in tests jmix-framework#1106
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurylev Sergei Vitalevich committed Dec 23, 2022
1 parent 0ef85fc commit e85d58c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions jmix-graphql/graphql/src/test/java/test_support/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ public static void main(String[] args) {
SpringApplication.run(App.class, args);
}

@PostConstruct
public void init() {
TimeZone.setDefault(TimeZone.getTimeZone("GMT+4:00"));
}

@Bean
public Jackson2ObjectMapperBuilderCustomizer jacksonObjectMapperCustomization() {
return jacksonObjectMapperBuilder ->
Expand Down

0 comments on commit e85d58c

Please sign in to comment.