Skip to content

Commit

Permalink
chore(pact-jvm-server): Fixed CodeNarc violations
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Nov 21, 2024
1 parent b8d6141 commit 5a8dcc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import spock.lang.Specification
import java.util.concurrent.TimeUnit

@IgnoreIf({ os.windows })
@IgnoreIf({ System.getenv("CI") != null })
@IgnoreIf({ System.getenv('CI') != null })
class MainSpec extends Specification {
def 'application command line args'() {
when:
Expand Down

0 comments on commit 5a8dcc9

Please sign in to comment.