Skip to content

Commit 9a0a73a

Browse files
emilienbevCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Emilien Bevierre <44171454+emilienbev@users.noreply.github.com>
1 parent c23ebf4 commit 9a0a73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/springframework/data/couchbase/core/CouchbaseTemplateSearchIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ void searchFirstReturnsOneEntity() {
153153
}
154154
}
155155

156-
/// Uses ConsistentWith to avoid flakiness from eventual consistency.
156+
// Uses ConsistentWith to avoid flakiness from eventual consistency.
157157
@Test
158158
void searchOneReturnsExactlyOne() {
159159
String unique = "uniquefts" + UUID.randomUUID().toString().replace("-", "");

0 commit comments

Comments
 (0)