Skip to content

Commit b91fccc

Browse files
committed
Fix json schema test after library update
1 parent 4016a6f commit b91fccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo-config/src/test/kotlin/org/virtuslab/bazelsteward/config/repo/RepoConfigurationTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class RepoConfigurationTest {
2121
Assertions.assertThatThrownBy { loadConfig(tempDir) }
2222
.hasMessage(
2323
listOf(
24-
"update-rules[0].dependenciess: is not defined in the schema and the schema does not allow additional properties",
24+
"update-rules[0]: property 'dependenciess' is not defined in the schema and the schema does not allow additional properties",
2525
"update-rules[1].versioning: does not have a value in the enumeration [loose, semver]",
2626
"update-rules[1].versioning: does not match the regex pattern ^regex:",
2727
"update-rules[1].bumping: does not have a value in the enumeration [minimal, latest, minor-patch-major, latest-by-date, patch-only, patch-minor, minor-patch]",

0 commit comments

Comments
 (0)