Skip to content

Commit cb4ac6e

Browse files
committed
Default to 3.x latest version for testing
1 parent 6aa460f commit cb4ac6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/_config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Config } from "../connection";
22

33
const ARANGO_URL = process.env.TEST_ARANGODB_URL || "http://localhost:8529";
44
const ARANGO_VERSION = Number(
5-
process.env.ARANGO_VERSION || process.env.ARANGOJS_DEVEL_VERSION || 30400
5+
process.env.ARANGO_VERSION || process.env.ARANGOJS_DEVEL_VERSION || 39999
66
);
77

88
export const config: {

0 commit comments

Comments
 (0)