Skip to content

Commit 627c3c1

Browse files
committed
Fix order
1 parent e0ed4d2 commit 627c3c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/java/io/aiven/klaw/RolesPermissionsControllerIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public void addNewRole() throws Exception {
8282

8383
// Delete the role
8484
@Test
85-
@Order(3)
85+
@Order(2)
8686
public void deleteRole() throws Exception {
8787
String testRole = "TESTROLE";
8888
String response =

0 commit comments

Comments
 (0)