Skip to content

Commit 2f03e0c

Browse files
committed
Close #473: [test-refined4s-core-without-cats] Rename tests for cats type class instances of refined4s.types.all without cats
1 parent d5a1c3a commit 2f03e0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/test-refined4s-core-without-cats/shared/src/test/scala/refined4s/types/networkSpec.scala renamed to modules/test-refined4s-core-without-cats/shared/src/test/scala/refined4s/types/networkWithoutCatsSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import refined4s.ExpectedErrorMessages
77
/** @author Kevin Lee
88
* @since 2025-08-24
99
*/
10-
object networkSpec extends Properties {
10+
object networkWithoutCatsSpec extends Properties {
1111
override def tests: List[Test] =
1212
uriSpec.tests ++ urlSpec.tests ++ portNumberSpec.tests ++ systemPortNumberSpec.tests ++ nonSystemPortNumberSpec.tests ++ userPortNumberSpec.tests
1313

modules/test-refined4s-core-without-cats/shared/src/test/scala/refined4s/types/numericSpec.scala renamed to modules/test-refined4s-core-without-cats/shared/src/test/scala/refined4s/types/numericWithoutCatsSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import refined4s.ExpectedErrorMessages
77
/** @author Kevin Lee
88
* @since 2025-08-24
99
*/
10-
object numericSpec extends Properties {
10+
object numericWithoutCatsSpec extends Properties {
1111
override def tests: List[Test] =
1212
negIntSpec.tests ++ nonNegIntSpec.tests ++ posIntSpec.tests ++ nonPosIntSpec.tests ++
1313
negLongSpec.tests ++ nonNegLongSpec.tests ++ posLongSpec.tests ++ nonPosLongSpec.tests ++

modules/test-refined4s-core-without-cats/shared/src/test/scala/refined4s/types/stringsSpec.scala renamed to modules/test-refined4s-core-without-cats/shared/src/test/scala/refined4s/types/stringsWithoutCatsSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import refined4s.*
77
/** @author Kevin Lee
88
* @since 2023-04-25
99
*/
10-
object stringsSpec extends Properties {
10+
object stringsWithoutCatsSpec extends Properties {
1111
override def tests: List[Test] = NonEmptyStringSpec.tests ++ NonBlankStringSpec.tests ++ UuidSpec.tests
1212

1313
object NonEmptyStringSpec {

0 commit comments

Comments
 (0)