You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/transport-grpc/src/test/java/org/opensearch/transport/grpc/proto/response/search/SearchHitProtoUtilsTests.java
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -439,4 +439,35 @@ public void testToProtoWithActuallyEmptyBytesArray() throws IOException {
439
439
assertNotNull("Hit should not be null", hit);
440
440
assertFalse("Source should not be set when explicitly null", hit.hasSource());
0 commit comments