Skip to content

Commit

Permalink
Remove ambiguity in wording of assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Dec 12, 2024
1 parent fc237a6 commit 2511875
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public void buildAllProjects() throws IOException {
*/
public void buildProject(Language language) throws IOException {
final int exitCode = WrapperRunner.run(getProjectWithRealDataDir(language));
Assertions.assertThat(exitCode).as("Run project return status is zero").isZero();
Assertions.assertThat(exitCode).as("Run project return status should be zero").isZero();
}

/**
Expand Down

0 comments on commit 2511875

Please sign in to comment.