mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-21 12:35:10 +00:00
chore: fix some tests on Windows
This commit is contained in:
parent
04f718781f
commit
ee43dd0b99
@ -17,7 +17,7 @@ class CommandHelpThemeTest {
|
||||
).asString();
|
||||
|
||||
assertThat(output)
|
||||
.startsWith(" \nHelp on themes")
|
||||
.contains("Help on themes")
|
||||
.contains("bluegray", "hacker");
|
||||
}
|
||||
}
|
@ -17,7 +17,7 @@ class TestExample {
|
||||
).asString();
|
||||
|
||||
assertThat(output)
|
||||
.startsWith(" \nHelp on themes")
|
||||
.contains("Help on themes")
|
||||
.contains("bluegray", "hacker");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user