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 856d11b commit 8a275cdCopy full SHA for 8a275cd
scripts/cts/runCts.ts
@@ -158,7 +158,7 @@ export async function runCts(
158
assertValidReplaceAllObjectsFailed(languages.length - skip('dart'));
159
assertValidReplaceAllObjectsScopes(languages.length - skip('dart'));
160
assertValidWaitForApiKey(languages.length - skip('dart'));
161
- assertPushMockValid(only('javascript') + only('go') + only('python'));
+ assertPushMockValid(only('javascript') + only('go') + only('python') + only('java'));
162
}
163
if (withBenchmarkServer) {
164
printBenchmarkReport();
0 commit comments