We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfab7e0 commit 4e73e29Copy full SHA for 4e73e29
grounding/src/test/java/com/sap/ai/sdk/grounding/GroundingClientTest.java
@@ -25,7 +25,7 @@
25
public class GroundingClientTest {
26
27
@RegisterExtension
28
- private final static WireMockExtension WM =
+ private static final WireMockExtension WM =
29
WireMockExtension.newInstance().options(wireMockConfig().dynamicPort()).build();
30
31
private final HttpDestination DESTINATION = DefaultHttpDestination.builder(WM.baseUrl()).build();
0 commit comments