Skip to content

Commit a5670fc

Browse files
committed
Legger til junit platform launcher i test dependencies.
1 parent fac862b commit a5670fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ dependencies {
4444
implementation(KotliQuery.kotliquery)
4545
implementation(TmsKafkaTools.kafkaApplication)
4646

47-
testImplementation(Junit.api)
48-
testImplementation(Junit.engine)
47+
testImplementation(JunitPlatform.launcher)
48+
testImplementation(JunitJupiter.api)
4949
testImplementation(TestContainers.postgresql)
5050
testImplementation(Kotest.runnerJunit5)
5151
testImplementation(Kotest.assertionsCore)

0 commit comments

Comments
 (0)