Remove superfluous useJUnit()

See gh-20035
This commit is contained in:
dreis2211
2020-02-04 13:07:54 +01:00
committed by Stephane Nicoll
parent 8204234e3d
commit 20251ccae4

View File

@@ -57,6 +57,5 @@ dependencies {
}
test {
useJUnit()
useJUnitPlatform()
}