Skip to content

Commit a72e43a

Browse files
committed
Fix
1 parent 0980285 commit a72e43a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/test/java/com/thealgorithms/audiofilters/IIRFilterTest.java

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
package com.thealgorithms.audiofilters;
22

3-
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
4-
import static org.junit.jupiter.api.Assertions.assertEquals;
5-
import static org.junit.jupiter.api.Assertions.assertNotNull;
6-
import static org.junit.jupiter.api.Assertions.assertThrows;
7-
import static org.junit.jupiter.api.Assertions.assertTrue;
3+
import static org.junit.jupiter.api.Assertions.*;
84

95
import org.junit.jupiter.api.Test;
106

0 commit comments

Comments
 (0)