Skip to content

Commit cd19fc8

Browse files
committed
Update CI image and fix test that depended on bad preview image
1 parent e262df8 commit cd19fc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99

1010
env:
11-
WEAVIATE_VERSION: preview--f005cb8
11+
WEAVIATE_VERSION: 1.24.1
1212

1313
jobs:
1414
checks:

src/graphql/journey.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2254,7 +2254,7 @@ describe('named vectors test', () => {
22542254
.withFields('rating')
22552255
.do()
22562256
.then((res) => {
2257-
expect(res.data.Get.NamedVectorTest).toHaveLength(1);
2257+
expect(res.data.Get.NamedVectorTest).toHaveLength(3);
22582258
expect(res.data.Get.NamedVectorTest[0].rating).toBe('Best');
22592259
});
22602260
});

0 commit comments

Comments
 (0)