Skip to content

Commit 16e230c

Browse files
authored
Update SingleBitOperatorTest.java
1 parent 20f7d70 commit 16e230c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/thealgorithms/bitmanipulation/SingleBitOperatorTest.java

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

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

5-
import org.junit.Test;
5+
import org.junit.jupiter.api.Test;
66

77
public class SingleBitOperatorTest {
88

0 commit comments

Comments
 (0)