Skip to content

Commit 1109024

Browse files
#6219: Removing package imports
1 parent 74893e1 commit 1109024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/thealgorithms/randomized/MonteCarloIntegrationTest.java

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

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

55
import java.util.function.Function;
66
import org.junit.jupiter.api.Test;

0 commit comments

Comments
 (0)