Skip to content

Commit a222253

Browse files
committed
Moved TestOptionOpsExtensions to scala.test to have the extension more closely to a user code scenario
1 parent 03e36fb commit a222253

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/scala/scala/next/TestOptionOpsExtensions.scala renamed to src/test/scala/scala/test/TestOptionOpsExtensions.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
* additional information regarding copyright ownership.
1111
*/
1212

13-
package scala.next
13+
package scala.test
14+
15+
import scala.next._
1416

1517
final class TestOptionOpsExtensions {
1618
// Compile checks the return type, no need to run as test.

0 commit comments

Comments
 (0)