Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 6729c85

Browse files
committed
Sort imports
1 parent 31e00ad commit 6729c85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/csv/CSVRecordTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
*/
1717
package org.apache.commons.csv;
1818

19+
import static org.junit.jupiter.api.Assertions.assertAll;
1920
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
2021
import static org.junit.jupiter.api.Assertions.assertEquals;
2122
import static org.junit.jupiter.api.Assertions.assertFalse;
2223
import static org.junit.jupiter.api.Assertions.assertNotNull;
2324
import static org.junit.jupiter.api.Assertions.assertNull;
2425
import static org.junit.jupiter.api.Assertions.assertThrows;
2526
import static org.junit.jupiter.api.Assertions.assertTrue;
26-
import static org.junit.jupiter.api.Assertions.assertAll;
2727

2828
import java.io.ByteArrayInputStream;
2929
import java.io.ByteArrayOutputStream;

0 commit comments

Comments
 (0)