Skip to content

Commit 5c0454b

Browse files
authored
Clean up import statements in StochasticMatrixTest
Removed unused import statements for cleaner code.
1 parent 5627fd9 commit 5c0454b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
package com.thealgorithms.matrix;
22

33
import static org.junit.jupiter.api.Assertions.assertTrue;
4-
54
import static org.junit.jupiter.api.Assertions.assertFalse;
6-
75
import static org.junit.jupiter.api.Assertions.assertThrows;
86

97
import org.junit.jupiter.api.Test;

0 commit comments

Comments
 (0)