Skip to content

Commit f144f20

Browse files
committed
Drop PR-reference from Argument-shape section header
Remove the "(PR B)" qualifier from the section header per the reviewer request. Code should not reference other PRs in the stack — the section header describes the tests' scope. Signed-off-by: Eric Wei <mengwei.eric@gmail.com>
1 parent 65c2bd9 commit f144f20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integ-test/src/test/java/org/opensearch/sql/sql/VectorSearchIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ public void testExplainWithoutKnnPluginStillWorks() throws IOException {
301301
assertThat(explain, containsString("wrapper"));
302302
}
303303

304-
// ── Argument shape validation (PR B) ──────────────────────────────────
304+
// ── Argument shape validation ─────────────────────────────────────────
305305

306306
@Test
307307
public void testInvalidTableNameRejected() throws IOException {

0 commit comments

Comments
 (0)