Skip to content

Commit be9a8db

Browse files
committed
test(model): Slightly shorten two test case names
Signed-off-by: Frank Viernau <[email protected]>
1 parent 09bf9ca commit be9a8db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

model/src/test/kotlin/config/PackageConfigurationTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]"),

0 commit comments

Comments
 (0)