Minor cleanups
- Remove forgotten test assertion - Make utils class final - Change RandomString to use char array
This commit is contained in:
@@ -38,7 +38,6 @@ public class LogFilterHelperTest {
|
||||
.toArray(String[]::new);
|
||||
|
||||
// when / then
|
||||
assertThat(Arrays.asList("test", "toast"), containsInAnyOrder("toast", "test"));
|
||||
assertThat(Arrays.asList(LogFilterHelper.COMMANDS_TO_SKIP), containsInAnyOrder(expectedEntries));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user