[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
+2 -2
View File
@@ -28,7 +28,7 @@ dependencies {
testApi(projectTests(":compiler:tests-common-new"))
testApi(projectTests(":compiler:test-infrastructure"))
testApi(projectTests(":compiler:test-infrastructure-utils"))
testImplementation(libs.junit.jupyter.api)
testImplementation(libs.junit.jupiter.api)
// FIR dependencies
testApi(project(":compiler:fir:checkers"))
@@ -36,7 +36,7 @@ dependencies {
testRuntimeOnly(project(":compiler:fir:fir-serialization"))
testRuntimeOnly(project(":core:descriptors.runtime"))
testRuntimeOnly(libs.junit.jupyter.engine)
testRuntimeOnly(libs.junit.jupiter.engine)
testImplementation(libs.junit4)