Skip to content

Commit c4d7173

Browse files
committed
Fix
1 parent 722ed51 commit c4d7173

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/test/java/com/thealgorithms/dynamicprogramming/MatrixChainMultiplicationTest.java

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

3-
import org.junit.jupiter.api.Test;
3+
import static org.junit.jupiter.api.Assertions.assertEquals;
44

55
import java.util.ArrayList;
6-
7-
import static org.junit.jupiter.api.Assertions.assertEquals;
6+
import org.junit.jupiter.api.Test;
87

98
class MatrixChainMultiplicationTest {
109

0 commit comments

Comments
 (0)