Skip to content

Commit 0cf44c6

Browse files
committed
typo
1 parent 531dd6d commit 0cf44c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agent-tooling/src/test/java/com/microsoft/applicationinsights/agent/internal/perfcounter/JmxMetricRefresherTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void test() {
5050
}
5151

5252
@Test
53-
void shouldFindConfigurationFromAvailableJMxMetric() {
53+
void shouldFindConfigurationFromAvailableJmxMetric() {
5454
// given
5555
List<Configuration.JmxMetric> jmxMetricsConfig = new ArrayList<>();
5656
Configuration.JmxMetric metric1 = new Configuration.JmxMetric();

0 commit comments

Comments
 (0)