Skip to content

Commit

Permalink
Add missing mockito dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Feb 17, 2024
1 parent 683d4da commit 0557a41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ allprojects {

testImplementation "net.fabricmc:fabric-loader-junit:${project.loader_version}"
testImplementation sourceSets.testmod.output
testImplementation 'org.mockito:mockito-core:5.4.0'
}

test {
Expand Down

0 comments on commit 0557a41

Please sign in to comment.