Browse Source
Sometime between JDK 8 and JDK 17, the behavior for List::toArray() changed. Specifically, the type returned for List<String> changed from String[] to Object[]. This commit therefore removes an assertion against this particular JDK-specific behavior. The affected test method retains additional assertions along the same lines but which are not flaky.pull/33756/head
1 changed files with 0 additions and 1 deletions
Loading…
Reference in new issue