We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699f503 commit 7184167Copy full SHA for 7184167
server/e2e/src/main/kotlin/org/jetbrains/bsp/bazel/RulesScalaBzlmodTest.kt
@@ -46,7 +46,7 @@ object RulesScalaBzlmodTest : BazelBspTestBaseScenario() {
46
"compare workspace targets results",
47
) {
48
testClient.test(60.seconds) { session, _ ->
49
- val targetsResult = session.server.workspaceBuildAndGetBuildTargets().await()
+ val targetsResult = session.server.workspaceBuildTargets().await()
50
51
targetsResult.targets.size shouldBe 2
52
targetsResult.targets.map { Label.parse(it.id.uri) } shouldContainExactlyInAnyOrder
0 commit comments