File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
model/src/test/kotlin/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ class PackageConfigurationTest : WordSpec({
187
187
}
188
188
189
189
" init()" should {
190
- " throw an exception if a version range is given while having a vcs" {
190
+ " throw if a version range is given while having a vcs" {
191
191
shouldThrow<IllegalArgumentException > {
192
192
PackageConfiguration (
193
193
id = Identifier .EMPTY .copy(version = "[51.0.0,60.0.0]"),
@@ -200,7 +200,7 @@ class PackageConfigurationTest : WordSpec({
200
200
}
201
201
}
202
202
203
- " throw an exception if a version range is given while having a source artifact URL" {
203
+ " throw if a version range is given while having a source artifact URL" {
204
204
shouldThrow<IllegalArgumentException > {
205
205
PackageConfiguration (
206
206
id = Identifier .EMPTY .copy(version = "[51.0.0,60.0.0]"),
You can’t perform that action at this time.
0 commit comments