Skip to content

Commit e254dd1

Browse files
committed
update test name
1 parent 0231151 commit e254dd1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
kotlin version: 2.0.21
2+
error message: The daemon has terminated unexpectedly on startup attempt #1 with error code: 0. The daemon process output:
3+
1. Kotlin compile daemon is ready
4+

telemetry/src/test/groovy/datadog/telemetry/metric/ConfigInversionMetricPeriodicActionTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import spock.lang.Specification
66

77
class ConfigInversionMetricPeriodicActionTest extends Specification{
88

9-
void 'test otel env var hiding metric'() {
9+
void 'test undocumented env var metric'() {
1010
setup:
1111
final telemetryService = Mock(TelemetryService)
1212
final action = new ConfigInversionMetricPeriodicAction()

0 commit comments

Comments
 (0)