Skip to content

Commit

Permalink
Fix wrong warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Mar 2, 2024
1 parent 794faf2 commit 0efc9d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void setUpdateSnapshot(boolean updateSnapshot) {
}

public void setCIMode(boolean ciMode) {
if (updateSnapshot) {
if (ciMode) {
System.out.println("nf-test runs in CI mode.");
}
this.ciMode = ciMode;
Expand Down

0 comments on commit 0efc9d2

Please sign in to comment.