Skip to content

Commit f60c8a3

Browse files
jack-bergCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent a030236 commit f60c8a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ibm-mq-metrics/src/test/java/io/opentelemetry/ibm/mq/opentelemetry/ConfigWrapperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ void testTaskInitialDelay() throws Exception {
5757
}
5858

5959
@Test
60-
void testYamlTagDeserialisationRejected(@TempDir Path tempDir) throws IOException {
60+
void testYamlTagDeserializationRejected(@TempDir Path tempDir) throws IOException {
6161
Path tempFile = tempDir.resolve("gadget.yml");
6262
Files.write(tempFile, "!!java.lang.Runtime {}".getBytes(StandardCharsets.UTF_8));
6363
assertThatThrownBy(() -> ConfigWrapper.parse(tempFile.toString()))

0 commit comments

Comments
 (0)