Skip to content

Commit 46817cc

Browse files
committed
test: fix skip syntax
1 parent 2392d50 commit 46817cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/it/java/io/weaviate/integration/RbacITest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public void test_roles_userAssignments() throws IOException {
160160

161161
@Test
162162
public void test_groups() throws IOException {
163-
requireAtLeast(1, 33);
163+
Weaviate.Version.V133.orSkip();
164164

165165
var mediaGroup = "./media-group";
166166
var friendGroup = "./friend-group";

0 commit comments

Comments
 (0)