Skip to content

Commit

Permalink
Update a test expectation a correct value
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Feb 25, 2025
1 parent 3e15410 commit 9f20464
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public ProjectProperties getProjectProperties() {
assertThat(checker.initialize()).as("Success initialize").isTrue();
CoreEvents.fireProjectChange(IProjectEventListener.PROJECT_CHANGE_TYPE.LOAD);
CoreEvents.fireProjectChange(IProjectEventListener.PROJECT_CHANGE_TYPE.LOAD);
assertThat(checker.getCounter()).as("Hunspell Checker initialized once").isEqualTo(3);
assertThat(checker.getCounter()).as("Hunspell Checker initialized once").isEqualTo(1);
}

private static void copyFile(String target) throws IOException {
Expand Down

0 comments on commit 9f20464

Please sign in to comment.