Skip to content

Commit 2adc56c

Browse files
committed
refactor: use supported syntax in testcases
1 parent 4fbaacf commit 2adc56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slack-api-model/src/test/java/test_locally/api/model/block/BlocksTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public void testContextActions() {
9494
.style("danger")
9595
)
9696
)
97-
.visibleToUserIds(List.of("USLACKBOT", "U0123456789"))
97+
.visibleToUserIds(Arrays.asList("USLACKBOT", "U0123456789"))
9898
)
9999
))
100100
), is(notNullValue()));

0 commit comments

Comments
 (0)