fix tests

This commit is contained in:
Anthony Stirling 2025-06-03 13:08:32 +01:00
parent 18f571291b
commit e2b88cf8b4

View File

@ -51,8 +51,6 @@ dependencies {
annotationProcessor "org.projectlombok:lombok:$lombokVersion"
testImplementation "org.springframework.boot:spring-boot-starter-test"
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
testImplementation 'org.mockito:mockito-core'
testImplementation 'org.mockito:mockito-junit-jupiter'
testRuntimeOnly 'org.mockito:mockito-inline:5.2.0'