Skip to content

Commit 5627fd9

Browse files
authored
Add additional assertions to StochasticMatrixTest
1 parent 5e76135 commit 5627fd9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
package com.thealgorithms.matrix;
22

3-
import static org.junit.jupiter.api.Assertions.*;
3+
import static org.junit.jupiter.api.Assertions.assertTrue;
4+
5+
import static org.junit.jupiter.api.Assertions.assertFalse;
6+
7+
import static org.junit.jupiter.api.Assertions.assertThrows;
48

59
import org.junit.jupiter.api.Test;
610

0 commit comments

Comments
 (0)