Skip to content

Commit b3847d5

Browse files
committed
test: fix skip syntax
1 parent 8c3583a commit b3847d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)