mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
style: enable AvoidStarImport in checkstyle (#5141)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// Test file updated with JUnit tests
|
||||
package com.thealgorithms.searches;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
|
||||
import org.junit.jupiter.api.Test; // Import the JUnit 5 Test annotation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user