Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
iselo committed Aug 24, 2023
1 parent f23f193 commit 3ef21c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import org.testng.annotations.Test;

import java.util.NoSuchElementException;
import java.util.OptionalDouble;
import java.util.concurrent.atomic.AtomicBoolean;

import static org.testng.Assert.assertEquals;
Expand Down
1 change: 0 additions & 1 deletion lib/src/test/java/co/raccoons/meeko/OptionalLongTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import org.testng.annotations.Test;

import java.util.NoSuchElementException;
import java.util.OptionalLong;
import java.util.concurrent.atomic.AtomicBoolean;

import static org.testng.Assert.assertEquals;
Expand Down

0 comments on commit 3ef21c2

Please sign in to comment.