Skip to content

Commit 9225331

Browse files
committed
Removed unnecessary imports
1 parent dba516c commit 9225331

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/scala/scala/collection/next/TestOptionOpsExtensions.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212

1313
package scala.collection.next
1414

15-
import org.junit.Assert._
16-
import org.junit.Test
17-
1815
final class TestOptionOpsExtensions {
1916
// Compile checks the return type, no need to run as test.
2017
def tapEachReturnType(): Option[Int] = Option(5).tapEach(identity)

0 commit comments

Comments
 (0)