Skip to content

Commit 7ee51d1

Browse files
committed
move test to dedicated package
1 parent 9f05446 commit 7ee51d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-scala/src/test/scala/com/baeldung/scala/CurryingUnitTest.scala renamed to core-scala/src/test/scala/com/baeldung/scala/currying/CurryingUnitTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.baeldung.scala
1+
package com.baeldung.scala.currying
22

33
import org.junit.Test
44
import org.scalatest.Matchers

0 commit comments

Comments
 (0)