Skip to content

Commit d450e5a

Browse files
committed
Fixed javaformat
Signed-off-by: leijendary <[email protected]>
1 parent 20e098a commit d450e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector-stores/spring-ai-pgvector-store/src/test/java/org/springframework/ai/chat/memory/PgVectorChatMemoryConfigIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ void initializeSchema_withValueTrue_shouldCreateSchema() {
104104
assertThat(hasTable).isTrue();
105105
assertThat(expectedColumns.containsAll(tableColumns)).isTrue();
106106
assertThat(String.format("%s_%s_%s_idx", tableName, sessionIdColumnName, exchangeIdColumnName))
107-
.isEqualTo(indexName);
107+
.isEqualTo(indexName);
108108

109109
// Cleanup for the other tests
110110
jdbcTemplate.update(String.format("DROP SCHEMA IF EXISTS %s CASCADE", schemaName));

0 commit comments

Comments
 (0)