Skip to content

Commit

Permalink
Improve shardingsphere.infra.url test cases (#30237)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzk1 authored Feb 21, 2024
1 parent f61f1b9 commit 00bf31e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ void assertGetContentOnLinux() {
@Test
@EnabledOnOs(OS.WINDOWS)
void assertGetContentOnWindows() {
assertGetContent(1824);
assertGetContent(1839);
}

private void assertGetContent(final int expectedLength) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void assertGetContentOnLinux() {
@Test
@EnabledOnOs(OS.WINDOWS)
void assertGetContentOnWindows() {
assertGetContent(1824);
assertGetContent(1839);
}

private void assertGetContent(final int expectedLength) {
Expand Down

0 comments on commit 00bf31e

Please sign in to comment.