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({
187187 }
188188
189189 " 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" {
191191 shouldThrow<IllegalArgumentException > {
192192 PackageConfiguration (
193193 id = Identifier .EMPTY .copy(version = "[51.0.0,60.0.0]"),
@@ -200,7 +200,7 @@ class PackageConfigurationTest : WordSpec({
200200 }
201201 }
202202
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" {
204204 shouldThrow<IllegalArgumentException > {
205205 PackageConfiguration (
206206 id = Identifier .EMPTY .copy(version = "[51.0.0,60.0.0]"),
You can’t perform that action at this time.
0 commit comments