Skip to content

Commit

Permalink
Refactor StandaloneMetaDataManagerPersistServiceTest
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Dec 14, 2024
1 parent fe4210f commit 953be58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,6 @@ void assertDropTables() {

@SneakyThrows(ReflectiveOperationException.class)
private void setRuleConfigurationEventBuilder(final RuleConfigurationEventBuilder ruleConfigurationEventBuilder) {
Plugins.getMemberAccessor().set(StandaloneMetaDataManagerPersistService.class.getDeclaredField("ruleConfigurationEventBuilder"), metaDataManagerPersistService, ruleConfigurationEventBuilder);
Plugins.getMemberAccessor().set(StandaloneMetaDataManagerPersistService.class.getDeclaredField("ruleConfigEventBuilder"), metaDataManagerPersistService, ruleConfigurationEventBuilder);
}
}

0 comments on commit 953be58

Please sign in to comment.