Skip to content

Commit 359dc42

Browse files
committed
feat(profiling): Migrate smoke tests to environment component
1 parent 53ec78e commit 359dc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-smoke-tests/profiling-integration-tests/src/test/java/datadog/smoketest/JFRBasedProfilingIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,6 @@ private static boolean logHasErrors(final Path logFilePath) throws IOException {
847847
}
848848

849849
public static boolean isJavaVersionAtLeast24() {
850-
return Platform.isJavaVersionAtLeast(24);
850+
return JavaVirtualMachine.isJavaVersionAtLeast(24);
851851
}
852852
}

0 commit comments

Comments
 (0)