Skip to content

Commit 98ae6c0

Browse files
authored
Reorder import statements in StochasticMatrixTest
1 parent 5c0454b commit 98ae6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/matrix/StochasticMatrixTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package com.thealgorithms.matrix;
22

3-
import static org.junit.jupiter.api.Assertions.assertTrue;
43
import static org.junit.jupiter.api.Assertions.assertFalse;
54
import static org.junit.jupiter.api.Assertions.assertThrows;
5+
import static org.junit.jupiter.api.Assertions.assertTrue;
66

77
import org.junit.jupiter.api.Test;
88

0 commit comments

Comments
 (0)