File tree 2 files changed +2
-2
lines changed
model/src/test/kotlin/io/spine/validation
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import org.junit.jupiter.params.ParameterizedTest
39
39
import org.junit.jupiter.params.provider.MethodSource
40
40
41
41
@DisplayName(" `GoesPolicy` should reject the option" )
42
- class GoesPolicySpec : AbstractCompilationTest () {
42
+ internal class GoesPolicySpec : AbstractCompilationTest () {
43
43
44
44
@MethodSource(" io.spine.validation.GoesPolicyTestEnv#messagesWithUnsupportedTarget" )
45
45
@ParameterizedTest(name = " when target field type is `{0}`" )
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ import org.junit.jupiter.api.DisplayName
65
65
import org.junit.jupiter.api.Test
66
66
67
67
@DisplayName(" Validation policies should" )
68
- class PolicySpec {
68
+ internal class PolicySpec {
69
69
70
70
private lateinit var codegenContext: CodeGenerationContext
71
71
private lateinit var blackBox: BlackBox
You can’t perform that action at this time.
0 commit comments