Skip to content

Commit

Permalink
SHIBUI-2268
Browse files Browse the repository at this point in the history
fixed test issue


Former-commit-id: c108bfd
  • Loading branch information
chasegawa committed Aug 17, 2022
1 parent dc46439 commit 204adf4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ class MetadataFiltersControllerTests extends AbstractBaseDataJpaTest {
return null
}

@Override
Document generateSingleMetadataConfiguration(MetadataResolver mr) {
return null
}

@Override
MetadataResolver updateMetadataResolverEnabledStatus(MetadataResolver existingResolver) throws ForbiddenException, MetadataFileNotFoundException, InitializationException {
// This won't get called
Expand Down

0 comments on commit 204adf4

Please sign in to comment.