Skip to content

Commit

Permalink
Update Symlink for 5.8
Browse files Browse the repository at this point in the history
Issue gh-13131
  • Loading branch information
jzheaux committed May 24, 2023
1 parent f8e3933 commit 73cb986
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(20)
.withFailMessage("the count is equal to 20, if not then schemaDocument needs updating");
assertThat(schemas.length).isEqualTo(21)
.withFailMessage("the count is equal to 21, if not then schemaDocument needs updating");
}

/**
Expand Down

0 comments on commit 73cb986

Please sign in to comment.