Skip to content

Commit bbc63a1

Browse files
committed
test: change cb server version
1 parent c2948f5 commit bbc63a1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
couchbase-server-version: [ 'enterprise-7.2.4', 'enterprise-7.6.1' ]
25+
couchbase-server-version: [ 'enterprise-7.2.4', 'enterprise-7.6.4' ]
2626
services:
2727
couchbase:
2828
image: couchbase:${{ matrix.couchbase-server-version }}

tests/http-client/tests/query/getQueryIndexStatus.spec.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
*/
1616
import { describe } from 'vitest';
1717

18-
import {
19-
getQueryIndexStatus,
20-
waitForCollection,
21-
waitForQueryIndexer,
22-
} from '@cbjsdev/http-client';
18+
import { getQueryIndexStatus, waitForCollection } from '@cbjsdev/http-client';
2319
import { createCouchbaseTest } from '@cbjsdev/vitest';
2420

2521
describe('getQueryIndexStatus', { timeout: 40_000, retry: 2 }, async () => {

0 commit comments

Comments
 (0)