Skip to content

Commit

Permalink
Update Symlink for 6.0
Browse files Browse the repository at this point in the history
Issue gh-13131
  • Loading branch information
jzheaux committed May 24, 2023
1 parent 90b37d6 commit 71703dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ public void sizeWhenReadingFilesystemThenIsCorrectNumberOfSchemaFiles() throws I
.getParentFile()
.list((dir, name) -> name.endsWith(".xsd"));
// @formatter:on
assertThat(schemas.length).isEqualTo(21)
.withFailMessage("the count is equal to 21, if not then schemaDocument needs updating");
assertThat(schemas.length).isEqualTo(22)
.withFailMessage("the count is equal to 22, if not then schemaDocument needs updating");
}

/**
Expand Down

0 comments on commit 71703dc

Please sign in to comment.