[Build] Fix the typo junit jupyter -> jupiter

This commit is contained in:
Alexander.Likhachev
2023-09-06 15:48:28 +02:00
committed by Space Team
parent a6f3dbb5f4
commit 6eaccc997f
47 changed files with 96 additions and 96 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ dependencies {
api project(':kotlin-test:kotlin-test-jvm')
api("org.junit.jupiter:junit-jupiter-api:5.0.0")
testRuntimeOnly(libs.junit.jupyter.engine)
testRuntimeOnly(libs.junit.jupiter.engine)
}
jar {