Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Jun 6, 2019
1 parent 50896d7 commit 21ea1fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class TestEntityDescriptorVersioningConfiguration {
@Autowired
EntityDescriptorService entityDescriptorService

@Bean
/*@Bean
EntityDescriptorVersionService stubEntityDescriptorVersionService() {
return new EntityDescriptorVersionService() {
@Override
Expand All @@ -31,6 +31,6 @@ class TestEntityDescriptorVersioningConfiguration {
return entityDescriptorService.createRepresentationFromDescriptor(new TestObjectGenerator().buildEntityDescriptor())
}
}
}
}*/

}

0 comments on commit 21ea1fd

Please sign in to comment.