DOC-4345: updated edited Java CSDE template code comments

This commit is contained in:
Niamh25 2022-11-17 16:34:16 +00:00
parent fe9ab2cda1
commit 370ea175e9

View File

@ -94,7 +94,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
// Optional but used by exmaple tests.
// Optional but used by example tests.
testImplementation "org.mockito:mockito-core:$mockitoVersion"
testImplementation "org.hamcrest:hamcrest-library:$hamcrestVersion"
}