Skip to content

Commit

Permalink
Add reference to instance variable
Browse files Browse the repository at this point in the history
  • Loading branch information
문민규 authored and 문민규 committed Mar 15, 2024
1 parent 88b2484 commit b38b146
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ void kclChannelAdapterReceivesRecords() {
@Test
public void metricsLevelOfMetricsFactoryShouldBeSetToMetricsLevelOfAdapter() {
MetricsLevel metricsLevel = TestUtils.getPropertyValue(
kclMessageDrivenChannelAdapter,
this.kclMessageDrivenChannelAdapter,
"scheduler.metricsFactory.metricsLevel",
MetricsLevel.class
);
Expand Down

0 comments on commit b38b146

Please sign in to comment.