Skip to content

Commit 91f3e24

Browse files
committed
test: add integration tests for sync/async client and bump target version to 1.32 GA
1 parent 86d1739 commit 91f3e24

File tree

3 files changed

+350
-291
lines changed

3 files changed

+350
-291
lines changed

src/test/java/io/weaviate/integration/client/WeaviateVersion.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
public class WeaviateVersion {
44

55
// docker image version
6-
public static final String WEAVIATE_IMAGE = "1.32.0-rc.1-175d482";
6+
public static final String WEAVIATE_IMAGE = "1.32.0";
77

88
// to be set according to weaviate docker image
9-
public static final String EXPECTED_WEAVIATE_VERSION = "1.32.0-rc.1";
9+
public static final String EXPECTED_WEAVIATE_VERSION = "1.32.0";
1010
// to be set according to weaviate docker image
11-
public static final String EXPECTED_WEAVIATE_GIT_HASH = "175d482";
11+
public static final String EXPECTED_WEAVIATE_GIT_HASH = "098c594";
1212

13-
private WeaviateVersion() {}
13+
private WeaviateVersion() {
14+
}
1415
}

0 commit comments

Comments
 (0)