Skip to content

Commit 25ac3fb

Browse files
authored
Merge pull request #115 from weaviate/fix/hybrid-test-with-latest-server
Update CI image and fix test that depended on bad preview image
2 parents 144e4ad + cd19fc8 commit 25ac3fb

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)