Skip to content

Commit e9afd72

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 0419ab9 commit e9afd72

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/external/unified/UnifiedChatCompletionRequestEntityTests.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public void testBasicSerialization() throws IOException {
7474
assertJsonEquals(jsonString, expectedJson);
7575
}
7676

77-
7877
public void testSerializationWithAllFields() throws IOException {
7978
UnifiedCompletionRequest.Message message = new UnifiedCompletionRequest.Message(
8079
new UnifiedCompletionRequest.ContentString("Hello, world!"),
@@ -287,7 +286,6 @@ public void testSerializationWithEmptyLists() throws IOException {
287286
assertJsonEquals(jsonString, expectedJson);
288287
}
289288

290-
291289
public void testSerializationWithNestedObjects() throws IOException {
292290
Random random = Randomness.get();
293291

@@ -434,7 +432,6 @@ public void testSerializationWithNestedObjects() throws IOException {
434432
assertJsonEquals(jsonString, expectedJson);
435433
}
436434

437-
438435
public void testSerializationWithDifferentContentTypes() throws IOException {
439436
Random random = Randomness.get();
440437

@@ -501,7 +498,6 @@ public void testSerializationWithDifferentContentTypes() throws IOException {
501498
assertJsonEquals(jsonString, expectedJson);
502499
}
503500

504-
505501
public void testSerializationWithSpecialCharacters() throws IOException {
506502
UnifiedCompletionRequest.Message message = new UnifiedCompletionRequest.Message(
507503
new UnifiedCompletionRequest.ContentString("Hello, world! \n \"Special\" characters: \t \\ /"),

0 commit comments

Comments
 (0)