Skip to content

Commit

Permalink
Merge pull request AY2425S1-CS2103-F09-1#125 from WinstonJin/assertions
Browse files Browse the repository at this point in the history
Enable Assertions True
  • Loading branch information
cth06-Github authored Oct 23, 2024
2 parents fc97c95 + d1d5f1f commit 352b9a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ checkstyle {
toolVersion = '10.2'
}

run {
enableAssertions = true
}

test {
useJUnitPlatform()
finalizedBy jacocoTestReport
Expand Down

0 comments on commit 352b9a4

Please sign in to comment.