Skip to content

Commit dbc423a

Browse files
committed
chore: lint & format
1 parent 6d36010 commit dbc423a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/collections/config/integration.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,8 @@ describe('Testing of the collection.config namespace', () => {
554554
.update({
555555
propertyDescriptions: supportsUpdatingPropertyDescriptions
556556
? {
557-
testProp: 'This is a test property',
558-
}
557+
testProp: 'This is a test property',
558+
}
559559
: undefined,
560560
vectorizers: weaviate.reconfigure.vectorizer.update({
561561
vectorIndexConfig: weaviate.reconfigure.vectorIndex.hnsw({

0 commit comments

Comments
 (0)