Skip to content

Commit 184e73a

Browse files
committed
test: fix expected commit hash
1 parent 4e67df0 commit 184e73a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ public class WeaviateVersion {
66
public static final String WEAVIATE_IMAGE = "1.33.0-rc.0";
77

88
// to be set according to weaviate docker image
9-
public static final String EXPECTED_WEAVIATE_VERSION = "1.32.0";
9+
public static final String EXPECTED_WEAVIATE_VERSION = "1.32.0-rc.0";
1010
// to be set according to weaviate docker image
11-
public static final String EXPECTED_WEAVIATE_GIT_HASH = "7cebee0";
11+
public static final String EXPECTED_WEAVIATE_GIT_HASH = "7a6f802";
1212

1313
private WeaviateVersion() {
1414
}

0 commit comments

Comments
 (0)