Skip to content

Commit 3769e09

Browse files
authored
fix: test fix publish again (#85)
Signed-off-by: Todd Baert <[email protected]> Signed-off-by: Todd Baert <[email protected]>
1 parent 4e0fa28 commit 3769e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/open-telemetry/src/test/java/dev/openfeature/contrib/hooks/otel/OpenTelemetryHookTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class OpenTelemetryHookTest {
99

1010
@Test
11-
@DisplayName("a simple test!")
11+
@DisplayName("a simple test")
1212
void test() {
1313
assertThat(OpenTelemetryHook.test()).isEqualTo(true);
1414
}

0 commit comments

Comments
 (0)