Fix BuildServerTest (#8475)

This commit is contained in:
kenji yoshida 2026-01-11 21:20:10 +09:00 committed by GitHub
parent db06acb31e
commit 072181499a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class BuildServerTest extends AbstractServerTest {
})
assert(svr.waitForString(20.seconds) { s =>
s.contains("build/publishDiagnostics")
s.contains("build/publishDiagnostics") &&
s.contains(""""diagnostics":[]""")
})