Add kotlin mockito dependency for tests.

This commit is contained in:
Jeremy Wood 2023-03-29 15:18:08 -04:00
parent 979e80e1bd
commit 1f8f68c383
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ dependencies {
}
testImplementation 'org.jetbrains.kotlin:kotlin-test'
testImplementation 'com.natpryce:hamkrest:1.8.0.1'
testImplementation 'org.mockito.kotlin:mockito-kotlin:4.1.0'
// Old Tests
oldTestImplementation 'org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT'